blob: 1fea08d1a506bba8ddb24da9b834024860b3a2bd [file] [log] [blame]
{
"name": "json-format",
"version": "1.0.1",
"description": "JSON format for good presentation",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:luizstacio/json-format.git"
},
"keywords": [
"json",
"format",
"json",
"pretty",
"json",
"write",
"identation",
"json",
"ident",
"format"
],
"author": "luizstacio",
"license": "MIT",
"bugs": {
"url": "https://github.com/luizstacio/json-format/issues"
},
"homepage": "https://github.com/luizstacio/json-format",
"devDependencies": {
"mocha": "^3.2.0"
}
}