{
  "name": "@lyra/imagetool",
  "version": "0.3.0",
  "description": "The image hotspot selector / cropper used in Lyra",
  "main": "index.js",
  "scripts": {
    "clean": "rimraf lib",
    "bloat": "browserify -t babelify --full-paths ./src/index.js | discify --open",
    "start": "remon --require babel-core/register ./example/app.js",
    "test": "mocha --recursive --require babel-register test"
  },
  "author": "Vega <hello@vegapublish.com>",
  "license": "MIT",
  "dependencies": {
    "debug": "^3.1.0",
    "dom-event": "1.0.0",
    "lodash": "^4.17.10"
  },
  "devDependencies": {
    "@lyra/state-router": "0.3.0",
    "browserify": "^16.2.2",
    "disc": "^1.3.2",
    "envify": "^4.1.0",
    "error-capture-middleware": "0.0.2",
    "express": "^4.16.1",
    "history": "^4.6.3",
    "mocha": "^5.0.1",
    "prop-types": "^15.6.2",
    "quickreload": "^2.1.2",
    "react": "^16.4.1",
    "react-dom": "^16.4.1",
    "rebundler": "^0.3.0",
    "remon": "^1.0.2",
    "rimraf": "^2.6.2",
    "should": "^11.1.0",
    "staticr": "^4.0.2"
  },
  "peerDependencies": {
    "prop-types": "^15.6 || ^16",
    "react": "^16.2",
    "react-dom": "^16.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VegaPublish/vega.git"
  },
  "bugs": {
    "url": "https://github.com/VegaPublish/vega/issues"
  },
  "homepage": "http://vegapublish.com/",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "keywords": [
    "vega",
    "vegapublish",
    "realtime",
    "content",
    "open access publishing",
    "imagetool"
  ],
  "publishConfig": {
    "access": "public"
  }
}
