-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 831 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 831 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": "wicit",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "grunt build"
},
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.4",
"debug": "^4.1.1",
"dotenv": "^0.4.0",
"express": "^4.16.4",
"grunt": "^1.0.4",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "^3.0.2",
"grunt-ng-annotate": "^3.0.0",
"grunt-npm-install": "^0.3.1",
"grunt-sass": "^3.0.2",
"jade": "~1.3.0",
"jsdom": "*",
"morgan": "^1.9.1",
"serve-favicon": "^2.0.1",
"static-favicon": "~1.0.0"
},
"devDependencies": {
"bower": "^1.3.8",
"grunt-cli": "^1.3.2",
"karma": "^4.1.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^1.0.4"
}
}