Files
Tessellate/package.json
2016-02-17 10:32:14 -05:00

18 lines
364 B
JSON

{
"name": "tessellate",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD-2-Clause",
"devDependencies": {
"webpack": "~1.12.13",
"babel-loader": "~6.2.2",
"babel-core": "~6.5.2",
"babel-preset-es2015": "~6.5.0"
}
}