26 lines
649 B
JSON
26 lines
649 B
JSON
{
|
|
"name": "portal-alpha",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"format": "prettier --single-quote --write 'public/*.js' 'app.js'",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "watchify frontend/src/main.js -o public/bundle.js -d | node server/portal_server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.17.2",
|
|
"connect-busboy": "0.0.2",
|
|
"express": "^4.15.3",
|
|
"fs-extra": "^3.0.1",
|
|
"path": "^0.12.7",
|
|
"prettier": "^1.3.1",
|
|
"redis": "^2.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^14.4.0",
|
|
"watchify": "^3.9.0"
|
|
}
|
|
}
|