drop.chapril.org-firefoxsend/package.json
2017-06-01 15:27:00 -07:00

22 lines
512 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": "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"
}
}