UNPKG

json

Version:

a 'json' command for massaging and processing JSON on the command line

39 lines (38 loc) 748 B
{ "name": "json", "description": "a 'json' command for massaging and processing JSON on the command line", "version": "11.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" } }