forked from tigrr/circle-progress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 KB
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": "circle-progress",
"version": "0.1.2",
"description": "Responsive, accessible, animated, stylable with CSS circular progress bar available as plain (vanilla) JS and jQuery plugin.",
"keywords": [
"progressbar",
"jquery-plugin"
],
"author": {
"name": "Tigran Sargsyan",
"email": "tigran.sn@gmail.com",
"url": "https://github.com/tigrr"
},
"homepage": "https://tigrr.github.io/circle-progress/",
"repository": {
"type": "git",
"url": "https://github.com/tigrr/circle-progress.git"
},
"bugs": {
"url": "https://github.com/tigrr/circle-progress/issues"
},
"license": "MIT",
"main": "dist/circle-progress.min.js",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"grunt": "^0.4.5",
"grunt-babel": "^7.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^2.0.0",
"time-grunt": "^1.0.0"
}
}