package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "safe-json-parse",
  3. "version": "1.0.1",
  4. "description": "Parse JSON safely without throwing",
  5. "keywords": [],
  6. "author": "Raynos <raynos2@gmail.com>",
  7. "repository": "git://github.com/Raynos/safe-json-parse.git",
  8. "main": "index",
  9. "homepage": "https://github.com/Raynos/safe-json-parse",
  10. "contributors": [
  11. {
  12. "name": "Raynos"
  13. }
  14. ],
  15. "bugs": {
  16. "url": "https://github.com/Raynos/safe-json-parse/issues",
  17. "email": "raynos2@gmail.com"
  18. },
  19. "dependencies": {},
  20. "devDependencies": {
  21. "tape": "~1.0.2"
  22. },
  23. "licenses": [
  24. {
  25. "type": "MIT",
  26. "url": "http://github.com/Raynos/safe-json-parse/raw/master/LICENSE"
  27. }
  28. ],
  29. "scripts": {
  30. "test": "node ./test/index.js"
  31. },
  32. "testling": {
  33. "files": "test/index.js",
  34. "browsers": [
  35. "ie/8..latest",
  36. "firefox/16..latest",
  37. "firefox/nightly",
  38. "chrome/22..latest",
  39. "chrome/canary",
  40. "opera/12..latest",
  41. "opera/next",
  42. "safari/5.1..latest",
  43. "ipad/6.0..latest",
  44. "iphone/6.0..latest",
  45. "android-browser/4.2..latest"
  46. ]
  47. },
  48. "__npminstall_done": true,
  49. "_from": "safe-json-parse@1.0.1",
  50. "_resolved": "https://registry.npmmirror.com/safe-json-parse/-/safe-json-parse-1.0.1.tgz"
  51. }