forked from crisbeto/angular-svg-round-progressbar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 845 Bytes
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
{
"name": "angular-svg-round-progressbar",
"version": "0.3.0",
"description": "AngularJS module that uses SVG to create a circular progressar",
"main": "roundProgress.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/crisbeto/angular-svg-round-progressbar.git"
},
"keywords": [
"angular",
"progress",
"circle",
"round",
"svg"
],
"author": "crisbeto",
"license": "MIT",
"bugs": {
"url": "https://github.com/crisbeto/angular-svg-round-progressbar/issues"
},
"homepage": "https://github.com/crisbeto/angular-svg-round-progressbar",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-gh-pages": "^0.9.1",
"jshint-stylish": "^1.0.1"
}
}