PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 4.14
Smart Grid-Layout Design for Contact Form 7 v4.14
4.18.0 4.17.0 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 4.0.0 4.0.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10 4.11 4.12 4.13 4.14 All 119 releases
cf7-grid-layout / assets / jquery-toggles / package.json

package.json in Smart Grid-Layout Design for Contact Form 7 4.14, at assets/jquery-toggles/package.json

33 lines 851 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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