forked from Kartikkh/We-Donate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "we-donate",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha --timeout 10000 || true"
},
"dependencies": {
"axios": "^0.16.2",
"bcrypt": "^1.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "~1.17.1",
"config": "^1.26.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"crypto-random-string": "^1.0.0",
"debug": "~2.6.3",
"ejs": "^2.5.6",
"ejs-mate": "^2.3.0",
"elasticsearch": "^13.0.1",
"express": "~4.15.2",
"express-jwt": "^5.3.0",
"express-messages": "^1.0.1",
"express-session": "^1.15.2",
"express-validator": "^3.2.1",
"helmet": "^3.8.2",
"install": "^0.10.1",
"jsonwebtoken": "^8.0.1",
"loadtest": "^2.3.0",
"mongodb": "^2.2.26",
"mongoosastic": "^4.3.0",
"mongoose": "^4.9.8",
"mongoose-gen": "^2.1.1",
"mongoose-schema": "0.0.7",
"morgan": "^1.8.2",
"nodemailer": "^4.1.3",
"nodemon": "^1.12.1",
"npm": "^4.5.0",
"random-world": "^1.2.0",
"serve-favicon": "~2.4.2",
"shortid": "^2.2.8",
"unix-timestamp": "^0.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"mocha": "^2.4.5"
}
}