-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 953 Bytes
/
package.json
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
32
33
{
"name": "dropbox-clone",
"version": "1.0.0",
"description": "A simple clone of dropbox",
"main": "index.js",
"scripts": {
"start": "nodemon --exec babel-node -- --stage 1 --optional strict -- index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niki4810/dropbox-clone.git"
},
"author": "Nikhilesh Katakam <[email protected]> (http://niki4810.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/niki4810/dropbox-clone/issues"
},
"homepage": "https://github.com/niki4810/dropbox-clone#readme",
"dependencies": {
"bluebird-nodeify": "^1.0.0",
"body-parser": "^1.12.3",
"express": "^4.12.3",
"mime-types": "^2.0.10",
"mkdirp": "^0.5.0",
"morgan": "^1.5.2",
"multer": "^0.1.8",
"nssocket": "^0.5.3",
"rimraf": "^2.3.3",
"songbird": "^1.0.1",
"yargs": "^3.8.0"
}
}