24
1
Fork 0
drop.chapril.org-firefoxsend/package.json

22 lines
512 B
JSON
Raw Normal View History

{
"name": "portal-alpha",
2017-05-30 18:24:16 +02:00
"version": "1.0.0",
"description": "",
"scripts": {
"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-30 18:24:16 +02:00
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.2",
2017-05-30 18:24:16 +02:00
"connect-busboy": "0.0.2",
"express": "^4.15.3",
2017-05-30 18:24:16 +02:00
"fs-extra": "^3.0.1",
"path": "^0.12.7",
"prettier": "^1.3.1",
2017-05-30 18:24:16 +02:00
"redis": "^2.7.1"
}
}