29 lines
710 B
JSON
29 lines
710 B
JSON
{
|
|
"name": "zzznake",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "rollup -c -w"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"babel-core": "^6.25.0",
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"lodash": "^4.17.4",
|
|
"rollup": "^0.45.2",
|
|
"rollup-plugin-babel": "^3.0.1",
|
|
"rollup-plugin-commonjs": "^8.1.0",
|
|
"rollup-plugin-livereload": "^0.4.0",
|
|
"rollup-plugin-node-resolve": "^3.0.0",
|
|
"rollup-plugin-serve": "^0.4.0",
|
|
"rollup-watch": "^4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-env": "^1.6.0"
|
|
}
|
|
}
|