-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.18 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.18 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
{
"name": "angular-toolbelt",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/andrew-cunliffe/angular-toolbelt"
},
"scripts": {
"postinstall": "bower install && grunt build",
"start": "node example/server.js",
"test": "grunt test"
},
"dependencies": {
"body-parser": "1.15.2",
"ejs": "2.5.2",
"errorhandler": "1.4.3",
"express": "4.14.0",
"grunt": "1.0.1",
"morgan": "1.7.0",
"multer": "1.2.0"
},
"devDependencies": {
"bower": "1.8.0",
"grunt-bower-task": "0.4.0",
"grunt-cli": "1.2.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-karma": "2.0.0",
"grunt-plato": "1.4.0",
"jasmine-core": "2.5.2",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage-0.11": "0.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-safari-launcher": "1.0.0",
"karma-spec-reporter": "0.0.26"
}
}