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