2017-05-24 20:16:38 +00:00
|
|
|
{
|
|
|
|
"name": "portal-alpha",
|
2017-05-30 16:24:16 +00:00
|
|
|
"version": "1.0.0",
|
2017-05-24 20:16:38 +00:00
|
|
|
"description": "",
|
|
|
|
"scripts": {
|
2017-05-30 16:24:16 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"start": "node app.js"
|
2017-05-24 20:16:38 +00:00
|
|
|
},
|
2017-05-30 16:24:16 +00:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2017-05-24 20:16:38 +00:00
|
|
|
"dependencies": {
|
2017-05-30 16:24:16 +00:00
|
|
|
"connect-busboy": "0.0.2",
|
2017-05-24 20:16:38 +00:00
|
|
|
"express": "^4.15.3",
|
2017-05-30 16:24:16 +00:00
|
|
|
"fs-extra": "^3.0.1",
|
|
|
|
"path": "^0.12.7",
|
|
|
|
"redis": "^2.7.1"
|
2017-05-24 20:16:38 +00:00
|
|
|
}
|
|
|
|
}
|