2017-05-24 22:16:38 +02:00
|
|
|
{
|
|
|
|
"name": "portal-alpha",
|
2017-05-30 18:24:16 +02:00
|
|
|
"version": "1.0.0",
|
2017-05-24 22:16:38 +02:00
|
|
|
"description": "",
|
|
|
|
"scripts": {
|
2017-06-01 21:41:29 +02:00
|
|
|
"format": "prettier --single-quote --write 'public/*.js' 'app.js'",
|
2017-05-30 18:24:16 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2017-06-01 22:14:14 +02:00
|
|
|
"start": "node server/portal_server.js"
|
2017-05-24 22:16:38 +02:00
|
|
|
},
|
2017-05-30 18:24:16 +02:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2017-05-24 22:16:38 +02:00
|
|
|
"dependencies": {
|
2017-05-31 23:08:13 +02:00
|
|
|
"body-parser": "^1.17.2",
|
2017-05-30 18:24:16 +02:00
|
|
|
"connect-busboy": "0.0.2",
|
2017-05-24 22:16:38 +02:00
|
|
|
"express": "^4.15.3",
|
2017-05-30 18:24:16 +02:00
|
|
|
"fs-extra": "^3.0.1",
|
|
|
|
"path": "^0.12.7",
|
2017-06-01 21:41:29 +02:00
|
|
|
"prettier": "^1.3.1",
|
2017-05-30 18:24:16 +02:00
|
|
|
"redis": "^2.7.1"
|
2017-05-24 22:16:38 +02:00
|
|
|
}
|
|
|
|
}
|