forked from samsonjs/json-diff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 695 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "jsond",
"description": "compare json with a web interface/CLI or API",
"version": "0.0.1",
"author": "hij1nx <https://github.com/hij1nx>",
"contributors": [
{ "name": "hij1nx", "email": "hi1jnx.dev@gmail.com" },
{ "name": "Tom Robinson", "email": "tlr@gmail.com" },
{ "name": "Sami Samhuri", "email": "sami.samhuri@gmail.com" }
],
"repository": {
"type": "git",
"url": "https://github.com/samsonjs/json-diff"
},
"keywords": ["cli", "json", "diff", "tools"],
"dependencies": {
"optimist": ">= 0.0.6",
"colors": ">= 0.3.0"
},
"bin": { "forever": "./bin/jsond" },
"main": "./js/lib/jsond",
"engines": { "node": ">= 0.2.0" }
}