File tree Expand file tree Collapse file tree 1 file changed +21
-15
lines changed
Expand file tree Collapse file tree 1 file changed +21
-15
lines changed Original file line number Diff line number Diff line change 1010 "license" : " MIT" ,
1111 "main" : " dist/bootstrap-switch-button.min.js" ,
1212 "files" : [
13- " css/bootstrap-switch-button.css" ,
14- " dist/bootstrap-switch-button.min.js" ,
15- " dist/bootstrap-switch-button.min.js.map"
13+ " css" ,
14+ " dist"
1615 ],
16+ "scripts" : {
17+ "build" : " grunt"
18+ },
19+ "directories" : {
20+ "example" : " demo" ,
21+ "lib" : " dist"
22+ },
23+ "devDependencies" : {
24+ "clean-css" : " ^4.2.1" ,
25+ "grunt" : " ^1.0.4" ,
26+ "grunt-contrib-clean" : " ^2.0.0" ,
27+ "grunt-contrib-cssmin" : " ^3.0.0" ,
28+ "grunt-contrib-uglify" : " ^4.0.1" ,
29+ "grunt-contrib-uglify-es" : " git://github.com/gruntjs/grunt-contrib-uglify.git#harmony"
30+ },
31+ "repository" : {
32+ "type" : " git" ,
33+ "url" : " https://github.com/gitbrent/bootstrap-switch-button.git"
34+ },
1735 "keywords" : [
1836 " bootstrap" ,
1937 " bootstrap4" ,
2745 " bootstrap-switch-button" ,
2846 " bootstrap-toggle"
2947 ],
30- "repository" : {
31- "type" : " git" ,
32- "url" : " https://github.com/gitbrent/bootstrap-switch-button.git"
33- },
3448 "bugs" : {
3549 "url" : " https://github.com/gitbrent/bootstrap-switch-button/issues"
36- },
37- "devDependencies" : {
38- "clean-css" : " ^4.2.1" ,
39- "grunt" : " ^1.0.4" ,
40- "grunt-contrib-clean" : " ^2.0.0" ,
41- "grunt-contrib-cssmin" : " ^3.0.0" ,
42- "grunt-contrib-uglify" : " ^4.0.1" ,
43- "grunt-contrib-uglify-es" : " git://github.com/gruntjs/grunt-contrib-uglify.git#harmony"
4450 }
4551}
You can’t perform that action at this time.
0 commit comments