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

19 lines
367 B
JSON
Raw Normal View History

{
"name": "portal-alpha",
2017-05-30 18:24:16 +02:00
"version": "1.0.0",
"description": "",
"scripts": {
2017-05-30 18:24:16 +02:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
2017-05-30 18:24:16 +02:00
"author": "",
"license": "ISC",
"dependencies": {
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",
"redis": "^2.7.1"
}
}