{
  "name": "addel",
  "version": "1.3.2",
  "description": "addel is a simple and lightweight jQuery plugin for powering UIs that enable dynamic addition and deletion of HTML elements.",
  "keywords": [
    "addel",
    "jquery",
    "add",
    "delete",
    "remove",
    "Adele",
    "dynamic",
    "UI",
    "html",
    "duplicate",
    "clone"
  ],
  "main": "addel.jquery.js",
  "dependencies": {
    "jquery": "^2.2.4"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.5.3"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "version": "gulp && git add addel.jquery.min.js",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/legshooter/addel.git"
  },
  "author": "legshooter",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/legshooter/addel/issues"
  },
  "homepage": "https://github.com/legshooter/addel#readme"
}
