UNPKG

2json

Version:

json flattener that outputs lines similar to xml2

35 lines (34 loc) 814 B
{ "name": "2json", "version": "0.2.1", "description": "json flattener that outputs lines similar to xml2", "main": "json2.js", "bin": { "json2": "./bin/json2", "2json": "./bin/2json" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "grammar": "./node_modules/pegjs/bin/pegjs ./2json-line.pegjs" }, "repository": { "type": "git", "url": "git+https://github.com/GeneralUnRest/json2.git" }, "keywords": [ "xml2", "json2" ], "author": "prussian <genunrest@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/GeneralUnRest/json2/issues" }, "homepage": "https://github.com/GeneralUnRest/json2#readme", "devDependencies": { "pegjs": "^0.10.0" }, "dependencies": { "lodash.mergewith": "^4.6.0" } }