forked from nabil-boag/angular-http-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 832 Bytes
/
package.json
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
{
"name": "angular-http-loader",
"version": "0.1.4",
"dependencies": {},
"scripts": {
"test": "grunt test:dev"
},
"devDependencies": {
"connect": "~2.9.0",
"grunt": "~0.4.1",
"grunt-bump": "0.0.14",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-karma": "~0.7.2",
"grunt-open": "~0.2.2",
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1.3",
"karma-coverage": "~0.0.3",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"karma-ng-scenario": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"karma-spec-reporter": "0.0.13"
}
}