forked from kottenator/jquery-circle-progress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 930 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
{
"name": "jquery-circle-progress",
"version": "1.2.2",
"author": "Rostyslav Bryzgunov <[email protected]>",
"description": "Plugin to draw animated circular progress bars",
"license": "MIT",
"main": "dist/circle-progress.js",
"keywords": [
"jquery",
"canvas",
"progress-bar"
],
"dependencies": {
"jquery": "*"
},
"devDependencies": {
"karma": "~1.2",
"qunitjs": "~2.0",
"karma-qunit": "~1.2",
"karma-firefox-launcher": "~1.0",
"karma-phantomjs-launcher": "~1.0",
"karma-sauce-launcher": "~1.0",
"uglify-js": "~2.7",
"jsdoc": "~3.4"
},
"scripts": {
"test": "karma start",
"build-min": "uglifyjs dist/circle-progress.js -cmo dist/circle-progress.min.js --comments",
"build-docs": "jsdoc dist/circle-progress.js -c jsdoc.conf"
},
"repository": {
"type": "git",
"url": "git://github.com/kottenator/jquery-circle-progress.git"
}
}