{
  "name": "jcanvas",
  "title": "jCanvas",
  "description": "jCanvas brings jQuery's powerful syntax and capability to the HTML5 canvas. Quickly create canvas-based apps that can utilize layers, animations, events, and much more. jCanvas works on all modern browsers and platforms, including iOS and Android.",
  "version": "21.0.0",
  "main": "dist/jcanvas.js",
  "scripts": {
    "lint": "eslint dist/*.js"
  },
  "homepage": "https://projects.calebevans.me/jcanvas/",
  "author": "Caleb Evans",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/caleb531/jcanvas.git"
  },
  "keywords": [
    "canvas",
    "html5",
    "jquery",
    "events",
    "animation",
    "jquery-plugin"
  ],
  "bugs": {
    "url": "https://github.com/caleb531/jcanvas/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "eslint": "^3.19.0",
    "grunt": "^1.0.1",
    "grunt-contrib-uglify": "^2.3.0",
    "grunt-contrib-watch": "^1.0.0",
    "jquery": "^3.3.1",
    "qunitjs": "^1.23.0"
  },
  "peerDependencies": {
    "jquery": ">=1.4.0"
  }
}
