/json-prettify/example.json
http://github.com/coolaj86/node-examples-js · JSON · 21 lines · 21 code · 0 blank · 0 comment · 0 complexity · 63f98277ede7ad054a8d6a4bee0f493c MD5 · raw file
- {
- "author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)"
- , "name": "pp-json"
- , "description": "A commandline utility to pretty-print JSON files"
- , "version": "1.0.0"
- , "main": "index.js"
- , "bin": {
- "pp-json": "./index.js"
- }
- , "engines": {
- "node": ">= 0.2.0"
- }
- , "test": [
- "a"
- , "b"
- , "c"
- ]
- , "dependencies": {}
- , "devDependencies": {}
- , "preferGlobal": true
- }