-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 977 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 977 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
38
{
"name": "Week11-HyperExplorer",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"test": "karma start"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-exec": "^0.4.6",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscs": "^2.3.0",
"grunt-karma": "^0.12.1",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-spec-reporter": "0.0.22",
"phantomjs": "^1.9.19"
},
"dependencies": {
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.0",
"debug": "^2.2.0",
"express": "^4.13.3",
"jade": "^1.11.0",
"morgan": "^1.6.1",
"serve-favicon": "^2.3.0",
"twitter": "^1.2.5"
}
}