32 lines
870 B
JSON
32 lines
870 B
JSON
|
{
|
||
|
"name": "sck-firmware-api",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"autotest": "./node_modules/.bin/supervisor -q -n exit -w 'casperjs/test.js' --exec npm run test",
|
||
|
"test": "./node_modules/casperjs/bin/casperjs test casperjs/test.js",
|
||
|
"api": "./node_modules/.bin/json-server -w api.json -H 0.0.0.0",
|
||
|
"web": "nodemon server.js"
|
||
|
},
|
||
|
"author": "FabLab Barcelona",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"browser-sync": "^2.26.7",
|
||
|
"casperjs": "^1.1.4",
|
||
|
"gulp": "^4.0.2",
|
||
|
"json-server": "^0.15.0",
|
||
|
"nodemon": "^1.19.1",
|
||
|
"phantomjs": "^2.1.7",
|
||
|
"supervisor": "^0.12.0",
|
||
|
"vinyl-source-stream": "^2.0.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"del": "^4.1.1",
|
||
|
"gulp-file-insert": "^2.0.0",
|
||
|
"gulp-gzip": "^1.4.2",
|
||
|
"gulp-livereload": "^4.0.1",
|
||
|
"gulp-rename": "^1.4.0"
|
||
|
}
|
||
|
}
|