|
@@ -15,6 +15,7 @@
|
|
"test:phantom": "zuul test/spec/upload.js --phantom",
|
|
"test:phantom": "zuul test/spec/upload.js --phantom",
|
|
"test": "bin/test",
|
|
"test": "bin/test",
|
|
"watch": "nodemon --watch src --ext scss,js -x \"npm run build && node website/update.js\"",
|
|
"watch": "nodemon --watch src --ext scss,js -x \"npm run build && node website/update.js\"",
|
|
|
|
+ "watch:all": "parallelshell \"npm run watch\" \"npm run web\"",
|
|
"watch:css": "nodemon --watch src --ext scss -x \"npm run build && node website/update.js\"",
|
|
"watch:css": "nodemon --watch src --ext scss -x \"npm run build && node website/update.js\"",
|
|
"watch:examples": "cd website && node build-examples.js watch",
|
|
"watch:examples": "cd website && node build-examples.js watch",
|
|
"watch:js": "nodemon --watch src --ext js -x \"npm run build && node website/update.js\"",
|
|
"watch:js": "nodemon --watch src --ext js -x \"npm run build && node website/update.js\"",
|
|
@@ -57,6 +58,7 @@
|
|
"zuul": "^3.7.2"
|
|
"zuul": "^3.7.2"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
+ "parallelshell": "^2.0.0",
|
|
"superagent": "^1.5.0",
|
|
"superagent": "^1.5.0",
|
|
"tus-js-client": "^1.1.3"
|
|
"tus-js-client": "^1.1.3"
|
|
}
|
|
}
|