- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
18 lines (18 loc) · 474 Bytes
/
Copy pathpackage.json
File metadata and controls
18 lines (18 loc) · 474 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "diff-parser",
"description": "Diff Parser",
"author": "Hao Hong <agate.hao@gmail.com>",
"version": "0.0.1",
"keywords": [ "diff", "parser", "render" ],
"licenses": [ { "type": "MIT" } ],
"engines": { "node": ">=0.10.0" },
"dependencies": {
"jade": ">=0.34.1",
"coffee-script": ">=1.6.3"
},
"bin": { "diff2html": "./bin/diff2html" },
"repository": {
"type": "git",
"url": "git://github.com/agate/node-diff-parser.git"
}
}