update package scripts

This commit is contained in:
Leon Chen
2016-09-18 19:55:30 -04:00
parent e09ae69ebe
commit b7ffa12553
+4 -1
View File
@@ -6,6 +6,9 @@
"lint": "standard src test",
"watch": "webpack --watch --config webpack.dev.config.js",
"build": "npm run lint && webpack --config webpack.prod.config.js",
"watch:demos": "cd demos && webpack --watch --config webpack.dev.config.js",
"build:demos": "cd demos && webpack --config webpack.prod.config.js",
"publish:demos": "",
"server": "http-server . -p 3000"
},
"repository": {
@@ -31,7 +34,6 @@
},
"homepage": "https://github.com/transcranial/keras-js#readme",
"dependencies": {
"babel-polyfill": "^6.13.0",
"cwise": "^1.0.9",
"lodash": "^4.15.0",
"ndarray": "^1.0.18",
@@ -50,6 +52,7 @@
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.13.0",
"babel-preset-latest": "^6.14.0",
"http-server": "^0.9.0",
"standard": "^8.1.0",