-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.08 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "jquery.circle",
"version": "0.1.0",
"description": "Circular progress indicators.",
"main": "dist/jquery.circle.js",
"repository": {
"type": "git",
"url": "git://github.com/LostCrew/jquery.circle.git"
},
"keywords": [
"jquery",
"progress",
"circle",
"indicator",
"graph",
"dial"
],
"author": "Emanuele Marchi",
"contributors": {
"name": "Emanuele Marchi",
"email": "[email protected]",
"url": "http://lostcrew.it"
},
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "a3b641cfa061e097fe97f4a6d8b6be3058132a87",
"bugs": {
"url": "https://github.com/LostCrew/jquery.circle/issues"
},
"homepage": "https://github.com/LostCrew/jquery.circle",
"devDependencies": {
"gulp-rename": "~1.0.0",
"gulp-clean": "~0.2.4",
"gulp-coffee": "~1.4.1",
"gulp-util": "~2.2.14",
"gulp-uglify": "~0.2.1",
"gulp": "~3.5.6",
"gulp-coffeelint": "~0.2.2",
"gulp-less": "~1.2.3",
"gulp-header": "~1.0.2",
"gulp-open": "~0.2.8"
},
"dependencies": {
"jquery": ">=1.9.0"
}
}