neatjson
Version:
Pretty, powerful, flexible JSON generation.
28 lines (27 loc) • 638 B
JSON
{
"name": "neatjson",
"version": "0.10.6",
"description": "Pretty, powerful, flexible JSON generation.",
"main": "./javascript/neatjson.js",
"types": "./javascript/neatjson.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "node test/test_neatjson.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Phrogz/NeatJSON.git"
},
"keywords": [
"json"
],
"author": "Gavin Kistner",
"license": "MIT",
"bugs": {
"url": "https://github.com/Phrogz/NeatJSON/issues"
},
"homepage": "http://phrogz.net/JS/NeatJSON"
}