handsome-json
Version:
make your json strings handsome
26 lines (25 loc) • 635 B
JSON
{
"name": "handsome-json",
"version": "2.0.1",
"description": "make your json strings handsome",
"keywords": [
"json",
"format",
"handsome"
],
"author": "Andrew Gallagher <kivlor@gmail.com>",
"license": "ISC",
"main": "lib/format.js",
"bin": {
"handsome": "./lib/cli.js"
},
"scripts": {
"prepublish": "coffee --bare -o lib/ -c src/ && echo \"#!/usr/bin/env node\n$(cat lib/cli.js)\" > lib/cli.js && chmod +x lib/cli.js",
"test": "mocha --compilers coffee:coffee-script/register"
},
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"mocha": "^2.5.3"
}
}