36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "portal-alpha",
|
|
"description": "P2P File Sharing Experiment",
|
|
"version": "1.0.0",
|
|
"author": "Mozilla (https://mozilla.org)",
|
|
"dependencies": {
|
|
"aws-sdk": "^2.62.0",
|
|
"body-parser": "^1.17.2",
|
|
"bytes": "^2.5.0",
|
|
"color-convert": "^1.9.0",
|
|
"connect-busboy": "0.0.2",
|
|
"convict": "^3.0.0",
|
|
"express": "^4.15.3",
|
|
"express-handlebars": "^3.0.0",
|
|
"fs-extra": "^3.0.1",
|
|
"node-fetch": "^1.7.1",
|
|
"path": "^0.12.7",
|
|
"redis": "^2.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^14.4.0",
|
|
"buffer-shims": "^1.0.0",
|
|
"cross-env": "^5.0.0",
|
|
"prettier": "^1.3.1",
|
|
"watchify": "^3.9.0"
|
|
},
|
|
"license": "MPL-2.0",
|
|
"repository": "mozilla/something-awesome",
|
|
"scripts": {
|
|
"format": "prettier --single-quote --write 'frontend/src/*.js' 'server/*.js'",
|
|
"dev": "watchify frontend/src/main.js -o public/bundle.js -d | node server/portal_server.js",
|
|
"start": "watchify frontend/src/main.js -o public/bundle.js -d | cross-env NODE_ENV=production node server/portal_server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|