UNPKG

@spmeesseman/json

Version:

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

41 lines (40 loc) 852 B
{ "name": "@spmeesseman/json", "description": "a 'json' command for massaging and processing JSON on the command line", "version": "9.1.1", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/spmeesseman/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.0", "async": "^3.0.1", "ben": "0.0.0", "nodeunit": "^0.11.3", "semver": "^6.1.1", "uglify-js": "^3.5.15" }, "dependencies": {} }