| 1 |
{ |
| 2 |
"name": "jquery-toggles", |
| 3 |
"version": "4.0.0", |
| 4 |
"description": "Toggles is a lightweight jQuery plugin that creates easily-styleable toggle buttons.", |
| 5 |
"main": "toggles.min.js", |
| 6 |
"author": "Simon Tabor <me@simontabor.com> (http://simontabor.com/)", |
| 7 |
"homepage": "http://simontabor.com/labs/toggles/", |
| 8 |
"license": "MIT", |
| 9 |
"repository": { |
| 10 |
"type": "git", |
| 11 |
"url": "https://github.com/simontabor/jquery-toggles.git" |
| 12 |
}, |
| 13 |
"keywords": [ |
| 14 |
"toggles", |
| 15 |
"checkbox", |
| 16 |
"jquery-plugin", |
| 17 |
"ecosystem:jquery" |
| 18 |
], |
| 19 |
"bugs": { |
| 20 |
"url": "https://github.com/simontabor/jquery-toggles/issues" |
| 21 |
}, |
| 22 |
"scripts": { |
| 23 |
"test": "echo \"Error: no test specified\" && exit 1" |
| 24 |
}, |
| 25 |
"dependencies": {}, |
| 26 |
"devDependencies": { |
| 27 |
"autoprefixer": "^6.0.3", |
| 28 |
"js-beautify": "^1.5.10", |
| 29 |
"less": "^2.5.3", |
| 30 |
"postcss-cli": "^2.3.2" |
| 31 |
} |
| 32 |
} |
| 33 |
|