-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·37 lines (37 loc) · 931 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
36
37
{
"name": "circletimer",
"version": "1.0.0",
"description": "An SVG-based jQuery and Zepto circular timer plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Abe Fehr",
"license": "MIT",
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"coffeelint": "^1.10.1",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-postcss": "^0.5.5",
"grunt-contrib-clean": "^0.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abejfehr/circletimer.git"
},
"keywords": [
"circle",
"timer",
"javascript",
"jquery",
"zepto"
],
"bugs": {
"url": "https://github.com/abejfehr/circletimer/issues"
},
"homepage": "https://github.com/abejfehr/circletimer#readme"
}