-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 756 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 756 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
{
"name": "jquery-circle-progress",
"version": "1.1.3",
"author": "Rostyslav Bryzgunov <kottenator@gmail.com>",
"description": "Plugin to draw animated circular progress bars",
"license": "MIT",
"keywords": [
"jquery",
"canvas",
"progress-bar"
],
"dependencies": {},
"devDependencies": {
"karma": "~0.12.24",
"qunitjs": "~1.15.0",
"karma-qunit": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.4",
"karma-sauce-launcher": "~0.2.10"
},
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git://github.com/kottenator/jquery-circle-progress.git"
}
}