/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

  1. {
  2. "author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)",
  3. "name": "json-prettify",
  4. "description": "A commandline utility to pretty-print JSON files",
  5. "version": "1.2.0",
  6. "main": "index.js",
  7. "bin": {
  8. "json-prettify": "./index.js"
  9. },
  10. "engines": {
  11. "node": ">= 0.2.0"
  12. },
  13. "test": ["cat example.json | node index.js example.json", "node index.js example.json"],
  14. "dependencies": {},
  15. "devDependencies": {},
  16. "preferGlobal": true
  17. }