-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 886 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "diff-text",
"version": "0.0.2",
"description": "Just get the diff of a simple inline text.",
"main": "index.js",
"scripts": {
"test-travis": "nyc npm test && nyc report --reporter=lcov",
"test": "mocha test.js",
"perf": "node perf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hustcc/line-text-diff.git"
},
"keywords": [
"text-diff",
"diff",
"input-diff",
"line-text-diff"
],
"author": "ProtoTeam",
"license": "ISC",
"bugs": {
"url": "https://github.com/hustcc/line-text-diff/issues"
},
"homepage": "https://github.com/hustcc/line-text-diff#readme",
"devDependencies": {
"benchmark": "^2.1.4",
"coveralls": "^2.11.6",
"expect": "^1.14.0",
"mocha": "^2.4.5",
"nyc": "^5.6.0",
"word-table": "^1.0.3",
"string-splice": "*",
"splice-string": "*"
}
}