{
  "name": "webkit-assign",
  "version": "1.4.1",
  "description": "Fix property assignment on WebKit",
  "main": "index.js",
  "bin": {
    "webkit-assign": "./cli.js"
  },
  "scripts": {
    "lint": "jshint . && jscs . test",
    "test": "npm run lint && mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/StoryCloud/webkit-assign.git"
  },
  "keywords": [
    "bugfix",
    "Object.create",
    "property",
    "assignment",
    "webkit",
    "angular"
  ],
  "author": "Jackson Ray Hamilton",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/StoryCloud/webkit-assign/issues"
  },
  "homepage": "https://github.com/StoryCloud/webkit-assign",
  "dependencies": {
    "async": "^1.5.2",
    "graceful-fs": "^4.1.3",
    "gulp-util": "^3.0.7",
    "lodash": "^4.5.1",
    "recast": "^0.11.2",
    "through2": "^2.0.1"
  },
  "devDependencies": {
    "browserify-transform-tools": "^1.5.3",
    "jscs": "^2.10.1",
    "jshint": "^2.9.1",
    "mocha": "^2.4.5"
  }
}
