forked from 418sec/json
-
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) · 748 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 748 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": "json",
"description": "a 'json' command for massaging and processing JSON on the command line",
"version": "10.0.0",
"repository": {
"type": "git",
"url": "git://github.com/trentm/json.git"
},
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
"main": "./lib/json.js",
"man": [
"./man/man1/json.1"
],
"bin": {
"json": "./lib/json.js"
},
"scripts": {
"test": "make test"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"json",
"jsontool",
"filter",
"command",
"shell"
],
"devDependencies": {
"ansidiff": "1.0",
"async": "^3.2.0",
"ben": "0.0.x",
"nodeunit": "^0.11.3",
"semver": "^7.3.2",
"uglify-js": "^3.10.2"
}
}