broken.json 687 B

123456789101112131415161718192021
  1. {
  2. "name": "config-chain",
  3. "version": "0.3.0",
  4. "description": "HANDLE CONFIGURATION ONCE AND FOR ALL",
  5. "homepage": "http://github.com/dominictarr/config-chain",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/dominictarr/config-chain.git"
  9. }
  10. //missing , and then this comment. this json is intensionally invalid
  11. "dependencies": {
  12. "proto-list": "1",
  13. "ini": "~1.0.2"
  14. },
  15. "bundleDependencies": ["ini"],
  16. "REM": "REMEMBER TO REMOVE BUNDLING WHEN/IF ISAACS MERGES ini#7",
  17. "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
  18. "scripts": {
  19. "test": "node test/find-file.js && node test/ini.js && node test/env.js"
  20. }
  21. }