-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 785 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 785 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
32
33
34
35
{
"name": "Meetworking",
"version": "0.1.0",
"scripts": {
"start": "nf start",
"test": "jasmine"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-flash": "0.0.2",
"express-session": "~1.11.3",
"foreman": "1.4.1",
"jade": "~1.11.0",
"jquery": "^2.1.4",
"knex": "^0.8.6",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"morgan": "~1.6.1",
"mysql": "^2.9.0",
"nodemon": "^1.8.1",
"passport": "~0.3.0",
"passport-linkedin": "~1.0.0",
"passport-meetup": "~1.0.0",
"request": "^2.65.0",
"serve-favicon": "~2.3.0",
"supertest": "^1.1.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"gulp": "^3.9.0"
}
}