-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 885 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 885 Bytes
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
{
"name": "simple-toggle",
"version": "0.1.0",
"description": "An iOS style on/off toggle for checkboxes and radio inputs. Created with only css",
"repository": {
"type": "git",
"url": "git+https://github.com/danielapt/simple-toggle.git"
},
"keywords": [
"simple-toggle",
"toggle",
"switch",
"checkbox",
"radio",
"input",
"on",
"off",
"on-off",
"ios",
"css",
"ui",
"ux"
],
"author": "Daniel Apt",
"engines": {
"node": ">= 0.9"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/danielapt/simple-toggle/issues"
},
"homepage": "https://github.com/danielapt/simple-toggle#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cssnano": "^2.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"node-reset-scss": "^1.0.1"
}
}