forked from Bttstrp/bootstrap-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.77 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "bootstrap-switch",
"description": "Turn checkboxes and radio buttons in toggle switches.",
"version": "3.3.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": {
"coffee-script": "~1.8.0",
"gulp": "~3.8.10",
"gulp-changed": "^1.1.0",
"gulp-coffee": "~2.2.0",
"gulp-coffeelint": "~0.4.0",
"gulp-connect": "^2.2.0",
"gulp-header": "~1.2.2",
"gulp-jade": "^0.11.0",
"gulp-less": "^2.0.1",
"gulp-load-plugins": "^0.8.0",
"gulp-open": "~0.3.2",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.1.0",
"gulp-util": "~3.0.2",
"jasmine-core": "^2.1.3",
"karma": "~0.12.31",
"karma-firefox-launcher": "~0.1.4",
"karma-jasmine": "^0.3.5",
"less-plugin-clean-css": "^1.4.0",
"run-sequence": "~1.0.2"
},
"scripts": {
"build": "gulp dist",
"test": "gulp test"
},
"npmName": "bootstrap-switch",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js",
"bootstrap3/*.css",
"bootstrap2/*.css"
]
}
]
}