-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.14 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.14 KB
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
{
"name": "milestone",
"version": "1.0.0",
"dependencies": {
"angular": "^1.6.4",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.1",
"bootstrap": "^3.3.7",
"connect-flash": "^0.1.1",
"consolidate": "^0.14.5",
"cookie-parser": "^1.4.3",
"debug": "~2.6.0",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-handlebars": "^3.0.0",
"express-jwt": "^5.1.0",
"express-session": "^1.15.2",
"favicon": "0.0.2",
"fs": "0.0.1-security",
"jade": "~1.11.0",
"jquery": "^3.2.1",
"jsdom": "^9.12.0",
"jsonwebtoken": "^7.3.0",
"method-override": "^2.3.8",
"mongodb": "^2.2.24",
"mongoose": "^4.9.2",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"mustache": "^2.3.0",
"muter": "^0.6.0",
"mysql": "*",
"nodemailer": "latest",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"randomstring": "^1.1.5",
"request": "^2.81.0",
"rootpath": "^0.1.2",
"routes": "^2.1.0",
"serve-favicon": "^2.4.2",
"stripe": "^4.18.0"
},
"scripts": {
"start": "node server.js"
}
}