forked from victorb/ngProgress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 987 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
31
32
33
34
35
36
37
38
{
"name": "ngprogress",
"version": "1.1.2",
"description": "slim, site-wide progressbar for AngularJS",
"main": "ngProgress.js",
"repository": {
"type": "git",
"url": "git://github.com/VictorBjelkholm/ngProgress.git"
},
"keywords": [
"angular",
"ng-progress",
"ngProgress",
"angular",
"progress",
"bar"
],
"author": "Victor Bjelkholm",
"license": "MIT",
"readmeFilename": "readme.md",
"gitHead": "75f7f7207ee9f13d43c41fc1ef03eb0180268f59",
"url": "https://github.com/VictorBjelkholm/ngProgress",
"bugs": {
"url": "https://github.com/VictorBjelkholm/ngProgress/issues"
},
"devDependencies": {
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-karma": "~0.7.0",
"karma": "~0.12",
"karma-jasmine": "~0.1",
"karma-phantomjs-launcher": "^0.1.4"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run"
}
}