{ "name": "neatjson", "version": "0.8.3", "description": "Pretty, powerful, flexible JSON generation.", "main": "./javascript/neatjson.js", "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": "https://github.com/Phrogz/NeatJSON#readme" }