forked from paulfitz/daff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 760 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 760 Bytes
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
38
{
"name": "daff",
"version": "1.3.5",
"description": "Diff and patch tables",
"url": "https://github.com/paulfitz/daff",
"devDependencies": {
"tmp": "0.x.x"
},
"keywords": [
"table",
"diff",
"patch",
"merge"
],
"repository": {
"type": "git",
"url": "git://github.com/paulfitz/daff.git"
},
"bugs": {
"url": "https://github.com/paulfitz/daff/issues"
},
"author": {
"name": "Paul Fitzpatrick",
"email": "paul@robotrebuilt.com",
"url": "http://paulfitz.github.io/"
},
"optionalDependencies": {
"sqlite3": "^3.0.0",
"fibers": "^1.0.0"
},
"scripts": {
"prepublish": "make js",
"test": "make test"
},
"main": "lib/daff.js",
"license": "MIT",
"bin": "bin/daff.js"
}