forked from briangreenery/share
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 697 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "share",
"description": "An app for easily sharing files",
"author": "Brian Green",
"dependencies": {
"sanitize-filename": "^1.0.1",
"debug": "^0.8.1",
"q": "^1.0.1",
"express": "^4.4.0",
"express3-handlebars": "^0.5.0",
"busboy": "^0.2.7"
},
"scripts": {
"start": "node server.js"
},
"version": "0.0.1",
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/briangreenery/share.git"
},
"keywords": [
"file-upload"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/briangreenery/share/issues"
},
"homepage": "https://github.com/briangreenery/share"
}