18 lines
364 B
JSON
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"
|
|
}
|
|
}
|