-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.19 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
47
48
49
50
51
52
{
"name": "toggle-checkbox-radio",
"version": "2.0.2",
"description": "CSS only, bootstrap compatible toggle, checkbox and radio buttons",
"directories": {
"doc": "docs"
},
"files": [
"dist",
"sass/*.scss",
"less/*.less",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/alexdonh/toggle-checkbox-radio.git"
},
"keywords": [
"bootstrap",
"css",
"css-only",
"toggle",
"checkbox",
"radio"
],
"author": {
"name": "Alex Do",
"url": "https://github.com/alexdonh"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/alexdonh/toggle-checkbox-radio/issues"
},
"homepage": "https://alexdonh.github.io/toggle-checkbox-radio/",
"scripts": {
"test": "grunt"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
"grunt": "^1.0.3",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^2.0.0",
"load-grunt-tasks": "^3.5.2"
}
}