{
  "name": "jq-snap-puzzle",
  "version": "1.1.1",
  "description": "A jquery plugin to create puzzles",
  "main": "dist/jquery.snap-puzzle.js",
  "jsnext:main": "esm2015/jquery.snap-puzzle.js",
  "ts:main": "src/index.ts",
  "types": "src/index.ts",
  "typings": "src/index.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "gulp build",
    "docs": "rimraf docs & typedoc --mode modules --ignoreCompilerErrors --readme none --exclude **/{jquery.snap-puzzle,jquery-ui-deps}.ts --out docs ./src",
    "changelog":"conventional-changelog -p angular -i CHANGELOG.md -s"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/davinchi-finsi/jq-snap-puzzle.git"
  },
  "homepage": "https://github.com/davinchi-finsi/jq-snap-puzzle",
  "author": "Finsi",
  "license": "MIT",
  "devDependencies": {
    "@types/jquery": "^3.3.2",
    "@types/jqueryui": "^1.12.2",
    "@types/node": "^10.1.1",
    "chalk": "^2.4.1",
    "conventional-changelog-cli": "^1.3.22",
    "gulp": "^3.9.1",
    "gulp-clean-css": "^3.9.4",
    "gulp-cli": "^2.0.1",
    "gulp-rename": "^1.2.3",
    "gulp-sass": "^4.0.1",
    "lodash.camelcase": "^4.3.0",
    "rimraf": "^2.6.2",
    "rollup": "^0.59.1",
    "rollup-plugin-license": "^0.6.0",
    "rollup-plugin-typescript": "^0.8.1",
    "rollup-plugin-uglify": "^3.0.0",
    "rollup-plugin-uglify-es": "0.0.1",
    "typedoc": "^0.11.1",
    "typedoc-plugin-external-module-name": "^1.1.1",
    "typescript": "^2.8.3",
    "uglify-es": "^3.3.9",
    "uglify-js": "^3.3.25"
  },
  "dependencies": {
    "jquery": "^3.3.1",
    "jquery-ui": "^1.12.1"
  }
}
