{
  "name": "jtopo",
  "version": "0.1.3",
  "description": "canvas operate",
  "main": "dist/index.js",
  "scripts": {
    "rimraf": "./node_modules/.bin/rimraf ./dist",
    "prepublish": "./node_modules/.bin/babel src --out-dir dist",
    "dev": "cd demo && npm run dev",
    "link-all": "npm link",
    "upgrade": "npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oo2o/jtopo.git"
  },
  "keywords": [
    "jtopo"
  ],
  "author": "oo2o",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/oo2o/jtopo/issues"
  },
  "homepage": "https://github.com/oo2o/jtopo#readme",
  "dependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-env": "^1.5.2",
    "cross-env": "^5.0.1",
    "rimraf": "^2.6.2"
  }
}
