forked from Bttstrp/bootstrap-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.14 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
{
"name": "bootstrap-switch",
"description": "Unofficial bootstrap switch",
"version": "2.0.0",
"keywords": [
"bootstrap",
"switch",
"js"
],
"homepage": "http://www.bootstrap-switch.org",
"author": {
"name": "Mattia Larentis",
"email": "sorich87@gmail.com",
"url": "http://larentis.eu"
},
"contributors": [
{
"name": "Emanuele Marchi",
"email": "emanuele@lostcrew.it",
"url": "http://lostcrew.it"
},
{
"name": "Peter Stein",
"url": "http://www.bdmdesign.org"
}
],
"main": "static/js/bootstrap-switch.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/nostalgiaz/bootstrap-switch.git"
},
"license": "Apache Version 2",
"readmeFilename": "README.md",
"devDependencies": {
"matchdep": "~0.3.0",
"grunt": "~0.4.2",
"grunt-contrib-less": "~0.8.3",
"grunt-contrib-jshint": "~0.7.2",
"grunt-bump": "0.0.11",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-coffeelint": "0.0.8",
"grunt-banner": "~0.2.0"
}
}