forked from kimmobrunfeldt/progressbar.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.35 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "progressbar.js",
"version": "0.5.6-dev",
"description": "Beautiful and responsive progress bars with animated SVG paths",
"main": "progressbar.js",
"dependencies": {
"shifty": "1.2.2"
},
"devDependencies": {
"bluebird": "^2.3.6",
"browserify": "^6.2.0",
"commander": "^2.4.0",
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-karma": "^0.9.0",
"grunt-shell": "^1.1.1",
"karma": "^0.12.24",
"karma-bro": "^0.8.0",
"karma-mocha": "^0.1.9",
"karma-sauce-launcher": "^0.2.10",
"lodash": "^2.4.1",
"mocha": "^2.0.1",
"mustache": "^0.8.2",
"semver": "^4.1.0",
"shelljs": "^0.3.0",
"string": "^2.2.0",
"testem": "^0.6.22"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/kimmobrunfeldt/progressbar.js.git"
},
"author": "Kimmo Brunfeldt <[email protected]> (http://kimmobrunfeldt.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kimmobrunfeldt/progressbar.js/issues"
},
"homepage": "https://github.com/kimmobrunfeldt/progressbar.js",
"keywords": [
"progress",
"bar",
"js",
"svg",
"circular",
"circle",
"pace",
"radial",
"line",
"loading",
"loader"
]
}