package.json 851 Bytes
{
  "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 <me@simontabor.com> (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"
  }
}