-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
48 lines (48 loc) · 1.12 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
{
"name": "css-toggle-switch",
"version": "4.1.0",
"jsdelivr": "dist/toggle-switch.css",
"repository": {
"type": "git",
"url": "https://github.com/ghinda/css-toggle-switch.git"
},
"devDependencies": {
"connect-livereload": "^0.6.0",
"grunt": "^1.0.1",
"grunt-assemble": "^0.6.0",
"grunt-build-control": "^0.7.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^3.0.0",
"grunt-saucelabs": "^9.0.0",
"matchdep": "1.0.1",
"sass": "^1.62.0"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "grunt test"
},
"description": "Accessible CSS toggle switch using standard form controls",
"bugs": {
"url": "https://github.com/ghinda/css-toggle-switch/issues"
},
"homepage": "https://ghinda.net/css-toggle-switch",
"keywords": [
"css",
"toggle",
"switch",
"ui"
],
"files": [
"dist/",
"src/",
"LICENSE",
"README.md"
],
"author": "Ionut Colceriu <contact@ghinda.net> (https://ghinda.net/)",
"license": "MIT"
}