forked from Robinjtu/any-loader-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.17 KB
/
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
31
32
33
34
35
36
37
38
39
{
"name": "any-loader-ng",
"version": "0.0.3",
"author": "Intridea Inc.",
"description": "AngularJS loading indicator directives.",
"repository": {
"type": "git",
"url": "https://github.com/intridea/any-loader-ng.git"
},
"homepage": "https://github.com/intridea/any-loader-ng.git",
"devDependencies": {
"bower": "1.3.12",
"grunt": "~0.4.5",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-connect": "0.7.1",
"grunt-contrib-jshint": "0.11.0",
"grunt-contrib-sass": "0.7.3",
"grunt-contrib-copy": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-uglify": "0.5.0",
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-htmlmin": "0.3.0",
"grunt-html2js": "latest",
"grunt-htmlhint": "~0.4.1",
"grunt-istanbul-coverage": "0.0.5",
"grunt-karma": "0.9.0",
"grunt-ng-annotate": "^0.4.0",
"grunt-start-webdriver": "0.0.2",
"karma": "0.12.23",
"karma-chrome-launcher": "0.1.4",
"karma-coverage": "0.2.6",
"karma-jasmine": "latest",
"karma-phantomjs-launcher": "0.1.4",
"load-grunt-tasks": "0.4.0",
"time-grunt": "~0.3.2",
"webdriver": "0.0.1",
"webdriver-manager": "0.0.7"
}
}