package.json 651 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name" : "jsonify",
  3. "version" : "0.0.0",
  4. "description" : "JSON without touching any globals",
  5. "main" : "index.js",
  6. "directories" : {
  7. "lib" : ".",
  8. "test" : "test"
  9. },
  10. "devDependencies" : {
  11. "tap" : "0.0.x",
  12. "garbage" : "0.0.x"
  13. },
  14. "scripts" : {
  15. "test" : "tap test"
  16. },
  17. "repository" : {
  18. "type" : "git",
  19. "url" : "http://github.com/substack/jsonify.git"
  20. },
  21. "keywords" : [
  22. "json",
  23. "browser"
  24. ],
  25. "author" : {
  26. "name" : "Douglas Crockford",
  27. "url" : "http://crockford.com/"
  28. },
  29. "license" : "Public Domain"
  30. }