forked from crisbeto/angular-svg-round-progressbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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": "angular-svg-round-progressbar",
"version": "0.4.8-1",
"description": "AngularJS module that uses SVG to create a circular progressbar",
"main": "build/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/msfilho/angular-svg-round-progressbar.git"
},
"keywords": [
"angular",
"progress",
"circle",
"round",
"svg"
],
"author": "crisbeto",
"license": "MIT",
"bugs": {
"url": "https://github.com/msfilho/angular-svg-round-progressbar/issues"
},
"homepage": "https://github.com/msfilho/angular-svg-round-progressbar",
"devDependencies": {
"connect-livereload": "^0.5.3",
"grunt": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-gh-pages": "^0.9.1",
"jshint-stylish": "^1.0.1",
"load-grunt-tasks": "^3.3.0"
},
"dependencies": {
"angular": "^1.3.0"
}
}