{
  "name": "parse-diff",
  "version": "0.5.1",
  "description": "Unified diff parser",
  "author": "Sergey Todyshev <stodyshev@gmail.com>",
  "main": "index.js",
  "types": "index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:sergeyt/parse-diff.git"
  },
  "keywords": [
    "diff",
    "unidiff",
    "parser"
  ],
  "devDependencies": {
    "coffeelint": "^2.1.0",
    "coffeescript": "^2.3.2",
    "expect.js": "^0.3.1",
    "grunt": "^1.0.3",
    "grunt-cli": "^1.3.1",
    "grunt-coffeelint": "^0.0.16",
    "grunt-contrib-coffee": "^2.0.0",
    "grunt-contrib-jshint": "^2.0.0",
    "grunt-simple-mocha": "^0.4.1"
  },
  "scripts": {
    "lint": "grunt lint",
    "test": "grunt test"
  }
}
