UNPKG

standard-json

Version:

Format JavaScript Standard Style output to a JSON array.

38 lines (37 loc) 793 B
{ "name": "standard-json", "description": "Format JavaScript Standard Style output to a JSON array.", "version": "1.1.0", "author": "Dan Flettre <fletd01@yahoo.com>", "bin": { "standard-json": "./bin.js" }, "bugs": { "url": "https://github.com/flet/standard-json/issues" }, "dependencies": { "concat-stream": "^2.0.0" }, "devDependencies": { "minicat": "^1.0.0", "standard": "*", "tape": "^4.0.0" }, "homepage": "https://github.com/flet/standard-json", "keywords": [ "format", "json", "output", "standard", "style" ], "license": "ISC", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/flet/standard-json.git" }, "scripts": { "test": "standard && tape test/*.js" } }