/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

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