-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
32 lines (32 loc) · 851 Bytes
/
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
{
"name": "jquery-toggles",
"version": "4.0.0",
"description": "Toggles is a lightweight jQuery plugin that creates easily-styleable toggle buttons.",
"main": "toggles.min.js",
"author": "Simon Tabor <[email protected]> (http://simontabor.com/)",
"homepage": "http://simontabor.com/labs/toggles/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/simontabor/jquery-toggles.git"
},
"keywords": [
"toggles",
"checkbox",
"jquery-plugin",
"ecosystem:jquery"
],
"bugs": {
"url": "https://github.com/simontabor/jquery-toggles/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.0.3",
"js-beautify": "^1.5.10",
"less": "^2.5.3",
"postcss-cli": "^2.3.2"
}
}