{
  "name": "jquery-cloner",
  "version": "1.3.5",
  "description": "A jQuery plugin to clone HTML content",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lioneil/jquery-cloner.git"
  },
  "keywords": [
    "jquery-plugin",
    "ecosystem:jquery",
    "cloner",
    "repeater"
  ],
  "author": "John Lioneil Dionisio",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lioneil/jquery-cloner/issues"
  },
  "homepage": "https://github.com/lioneil/jquery-cloner#readme",
  "dependencies": {
    "jquery": "^3.1.1"
  },
  "devDependencies": {
    "del": "^2.2.0",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^3.1.0",
    "gulp-cache": "^0.4.5",
    "gulp-concat": "^2.6.0",
    "gulp-cssnano": "^2.1.2",
    "gulp-imagemin": "^3.0.1",
    "gulp-jshint": "^2.0.1",
    "gulp-livereload": "^3.8.1",
    "gulp-notify": "^2.2.0",
    "gulp-rename": "^1.2.2",
    "gulp-ruby-sass": "^2.0.6",
    "gulp-uglify": "^1.5.3"
  }
}
