-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
37 lines (37 loc) · 900 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
{
"name": "angular-progress-arc",
"version": "1.0.0",
"description": "AngularJS directive for displaying a circular progress meter.",
"main": "angular-progress-arc.js",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git://github.com/mathewbyrne/angular-progress-arc.git"
},
"keywords": [
"angularjs",
"directive",
"progress",
"svg"
],
"author": {
"name": "Mathew Byrne",
"email": "[email protected]",
"url": "http://mathewbyrne.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mathewbyrne/angular-progress-arc/issues"
},
"homepage": "http://mathewbyrne.github.io/angular-progress-arc/",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0"
},
"dependencies": {
"angular": ">=1.2.19"
}
}