-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 835 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
33
34
{
"name": "circlebars",
"version": "1.0.3",
"description": "a jQuery plugin for circular progress bars and countdown timers",
"main": "dist/circle.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ncs-jss/correctTime.git"
},
"keywords": [
"progress-bar",
"timer",
"round-bar",
"jquery",
"progressbar",
"circle",
"uidesign",
"formelement",
"knob",
"round input",
"percentage-circle"
],
"author": "itaditya <adityaa803@gmail.com> (http://www.itaditya.github.io/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ncs-jss/correctTime/issues"
},
"homepage": "https://github.com/ncs-jss/correctTime#readme",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}