forked from AngularAgility/AngularAgility
-
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) · 996 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 996 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": "angular-agility",
"version": "0.8.18",
"dependencies": {
"express": "^3.10.2",
"lodash": "^2.4.1"
},
"devDependencies": {
"body-parser": "^1.3.0",
"bower": "*",
"grunt": "*",
"grunt-bump": "0.0.14",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-copy": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "^0.2.2",
"grunt-contrib-watch": "^0.5.3",
"grunt-istanbul-coverage": "^0.0.5",
"grunt-karma": "^0.6.2",
"grunt-ngdocs": "*",
"karma": "^0.10.9",
"karma-chrome-launcher": "^0.1.2",
"karma-coverage": "^0.2.1",
"karma-firefox-launcher": "^0.1.3",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.1",
"karma-script-launcher": "^0.1.0",
"matchdep": "^0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/AngularAgility/AngularAgility.git"
},
"scripts": {
"test": "grunt --verbose"
}
}