up1/server/package.json

23 lines
502 B
JSON
Raw Normal View History

2016-01-08 15:32:04 +01:00
{
"name": "Up1",
2016-01-28 03:47:43 +01:00
"version": "0.3.0",
2016-01-08 15:32:04 +01:00
"description": "Client-side encrypted host for images, text, and other forms of data.",
"main": "server.js",
"repository": {
"type": "git",
"url": "git://github.com/upload/up1"
},
"author": "The Up1 Authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/upload/up1/issues"
},
"dependencies": {
"express": "~4.13.3",
"busboy": "~0.2.11",
"multer": "~1.1.0",
"tmp": "0.0.28",
"request": "~2.65.0"
}
}