-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 873 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 873 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
36
37
{
"name": "mentos",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.12.0",
"cheerio": "^0.19.0",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"express": "~4.12.2",
"express-session": "~1.11.2",
"google-spreadsheet": "^0.3.1",
"hbs": "~2.9.0",
"moment": "^2.10.2",
"moment-timezone": "^0.4.0",
"morgan": "~1.5.1",
"nodemon": "~1.3.7",
"passport": "~0.2.1",
"passport-google-oauth": "~0.2.0",
"request": "^2.57.0",
"serve-favicon": "~2.2.0",
"sync-request": "^2.0.1",
"uid2": "~0.0.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.0.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-mocha-istanbul": "^2.4.0",
"istanbul": "^0.3.15",
"mocha": "^2.2.5"
}
}