UNPKG

jpretty

Version:
31 lines (30 loc) 677 B
{ "name": "jpretty", "version": "1.3.11", "description": "pretty layout of json", "main": "jPretty.js", "scripts": { "test": "nyc mocha tests", "coverage": "nyc report --reporter=text-lcov | coveralls", "build": "uglifyjs ./src/jPretty.js --compress --mangle --ecma 6 -o ./jPretty.js" }, "keywords": [ "json", "jstrip", "jpretty" ], "repository": { "type": "git", "url": "https://github.com/frankc60/jpretty.git" }, "author": "frankc60", "license": "MIT", "devDependencies": { "chai": "*", "coveralls": "*", "mocha": "*", "mocha-lcov-reporter": "^1.3.0", "nyc": "*", "uglify-es": "^3.3.9" } }