forked from Bttstrp/bootstrap-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.36 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
53
54
55
56
{
"name": "bootstrap-switch",
"description": "Turn checkboxes and radio buttons in toggle switches.",
"version": "3.0.2",
"keywords": [
"bootstrap",
"switch",
"javascript",
"js"
],
"homepage": "http://www.bootstrap-switch.org",
"author": {
"name": "Mattia Larentis",
"email": "[email protected]",
"url": "http://larentis.eu"
},
"contributors": [
{
"name": "Emanuele Marchi",
"email": "[email protected]",
"url": "http://lostcrew.it"
},
{
"name": "Peter Stein",
"url": "http://www.bdmdesign.org"
}
],
"main": "dist/js/bootstrap-switch.js",
"dependencies": {
"jquery": ">=1.9.0"
},
"repository": {
"type": "git",
"url": "git://github.com/nostalgiaz/bootstrap-switch.git"
},
"bugs": "https://github.com/nostalgiaz/bootstrap-switch/issues",
"license": "Apache Version 2",
"readmeFilename": "README.md",
"devDependencies": {
"gulp-coffee": "~1.4.3",
"gulp-util": "~2.2.17",
"gulp-header": "~1.0.2",
"gulp-uglify": "~0.3.1",
"gulp-coffeelint": "~0.3.3",
"gulp": "~3.8.1",
"gulp-less": "~1.2.3",
"gulp-rename": "~1.2.0",
"gulp-open": "~0.2.8",
"gulp-load-plugins": "~0.5.1",
"gulp-jade": "~0.5.0",
"run-sequence": "~0.3.6",
"gulp-connect": "~2.0.5",
"coffee-script": "~1.7.1",
"gulp-changed": "~0.3.0"
}
}