up1/server/package.json
2016-02-04 20:37:45 -05:00

22 lines
502 B
JSON

{
"name": "Up1",
"version": "0.3.1",
"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": {
"busboy": "^0.2.12",
"express": "~4.13.4",
"multer": "^1.1.0",
"request": "~2.69.0",
"tmp": "0.0.28"
}
}