2017-05-24 20:16:38 +00:00
|
|
|
{
|
|
|
|
"name": "portal-alpha",
|
2017-06-02 20:18:33 +00:00
|
|
|
"description": "P2P File Sharing Experiment",
|
2017-05-30 16:24:16 +00:00
|
|
|
"version": "1.0.0",
|
2017-06-02 20:18:33 +00:00
|
|
|
"author": "Mozilla (https://mozilla.org)",
|
2017-05-24 20:16:38 +00:00
|
|
|
"dependencies": {
|
2017-05-31 21:08:13 +00:00
|
|
|
"body-parser": "^1.17.2",
|
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-06-01 22:10:00 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"browserify": "^14.4.0",
|
2017-06-02 20:18:33 +00:00
|
|
|
"prettier": "^1.3.1",
|
2017-06-01 22:10:00 +00:00
|
|
|
"watchify": "^3.9.0"
|
2017-06-02 20:18:33 +00:00
|
|
|
},
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"repository": "mozilla/something-awesome",
|
|
|
|
"scripts": {
|
|
|
|
"format": "prettier --single-quote --write 'frontend/src/*.js' 'server/*.js'",
|
|
|
|
"start": "watchify frontend/src/main.js -o public/bundle.js -d | node server/portal_server.js",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2017-05-24 20:16:38 +00:00
|
|
|
}
|
|
|
|
}
|