UNPKG

json-string-formatter

Version:
29 lines (28 loc) 598 B
{ "name": "json-string-formatter", "description": "A json string formatter with zero dependency.", "version": "1.0.1", "main": "src/index.js", "author": "yeze322@163.com", "scripts": { "test": "mocha \"test/**/*.spec.js\"" }, "keywords": [ "json", "json string", "json formatter", "string formatter", "stringify", "json prettifier", "formatter" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/KitRefresh/json-string-formatter" }, "devDependencies": { "chai": "^4.1.2", "mocha": "^5.1.1" } }