{
  "name": "editable",
  "version": "0.5.2",
  "homepage": "https://github.com/upfrontIO/editable.js",
  "authors": [
    "Matteo Agosti<matteo@upfront.io>",
    "Lukas Peyer<lukas@upfront.io>"
  ],
  "keywords": [
    "contenteditable",
    "editable"
  ],
  "description": "Friendly contenteditable API",
  "license": "MIT",
  "ignore": [
    "**/**",
    "!editable.js",
    "!editable.min.js"
  ],
  "devDependencies": {
    "sinon": "http://sinonjs.org/releases/sinon-1.10.3.js",
    "bowser": "0.7.2",
    "rangy": "1.2.3"
  },
  "dependencies": {
    "jquery": "1.9.1"
  }
}
