-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 878 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
34
35
36
37
38
{
"name": "LetsGit",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "http://github.com/Vadman97/LetsGit.git"
},
"license": "MIT",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"archiver": "^0.14.2",
"aws-sdk": "^2.1.7",
"bcrypt": "~0.8.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.10.2",
"connect-mongo": "^0.7.0",
"easy-zip": "0.0.4",
"ejs": "*",
"express": "^3.19.1",
"express-session": "^1.10.1",
"fs-extra": "^0.15.0",
"mongodb": "~1.4.29",
"mongoose": "~3.8.21",
"multer": "^0.1.7",
"node-validator": "^0.1.12",
"nodegit": "^0.2.7",
"passport": "~0.2.1",
"passport-local": "~1.0.0",
"promisify-node": "~0.1.5",
"strftime": "^0.8.2",
"unzip": "^0.1.11",
"validator": "^3.28.0",
"path": "~0.11.14",
"adm-zip": "~0.4.4"
}
}