-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
46 lines (46 loc) · 1.17 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.switcher",
"version": "1.2.4",
"description": "jquery.switcher v1.2.4\r ===============",
"homepage": "https://github.com/djanix/jquery-switcher",
"author": "Janic Beauchemin (https://github.com/djanix/)",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-autoprefixer": "^0.7.3",
"matchdep": "^0.3.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-copy": "~0.5.0"
},
"main": "dist/switcher.js",
"dependencies": {
"grunt": "~0.4.5",
"matchdep": "~0.3.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "~0.7.3",
"grunt-autoprefixer": "~0.7.6",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.5.0"
},
"scripts": {
"test": "grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/djanix/jquery-switcher.git"
},
"keywords": [
"switcher",
"custom",
"input",
"checkbox",
"radio"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/djanix/jquery-switcher/issues"
}
}