UNPKG

964 BJSONView Raw
1{
2 "name": "parse-diff",
3 "version": "0.0.14",
4 "description": "Unified diff parser",
5 "author": "Sergey Todyshev <stodyshev@gmail.com>",
6 "main": "index.js",
7 "repository": {
8 "type": "git",
9 "url": "git@github.com:sergeyt/parse-diff.git"
10 },
11 "keywords": [
12 "diff",
13 "unidiff",
14 "parser"
15 ],
16 "contributors": [
17 "Sergey Todyshev <stodyshev@gmail.com>",
18 "Scott Christopherson <scott@scott-christopherson.com>"
19 ],
20 "dependencies": {
21 "coffee-script": "~1.9",
22 "underscore": "~1.8",
23 "underscore.string": "~3.0"
24 },
25 "devDependencies": {
26 "grunt": "~0.4",
27 "grunt-contrib-jshint": "~0.11",
28 "grunt-coffeelint": "~0.0.13",
29 "grunt-simple-mocha": "~0.4",
30 "grunt-npm": "~0.0.2",
31 "grunt-bump": "~0.3.0",
32 "grunt-auto-release": "~0.0.6",
33 "grunt-cli": "~0.1",
34 "expect.js": "~0.3",
35 "grunt-contrib-coffee": "~0.13"
36 },
37 "scripts": {
38 "lint": "grunt lint",
39 "test": "grunt test"
40 }
41}