{
  "name": "curve",
  "version": "0.1.1",
  "main": "./lib/curve",
  "description": "Vector drawing library",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/benogle/curve.git"
  },
  "scripts": {
    "prepublish": "grunt coffee",
    "test": "grunt test"
  },
  "devDependencies": {
    "electron-jasmine": "^0.1.8",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.8.0",
    "grunt-cli": "^0.1",
    "grunt-contrib-coffee": "^0.13.0",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-shell": "^1.1.2"
  },
  "dependencies": {
    "delegato": "^1.0.0",
    "event-kit": "^1.2.0",
    "mixto": "^1.0.0",
    "object-assign": "^3.0.0"
  }
}
