package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "title": "CSON",
  3. "name": "cson",
  4. "version": "1.6.2",
  5. "description": "CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects.",
  6. "homepage": "https://github.com/bevry/cson",
  7. "license": {
  8. "type": "MIT"
  9. },
  10. "badges": {
  11. "travis": true,
  12. "npm": true,
  13. "npmdownloads": true,
  14. "david": true,
  15. "daviddev": true,
  16. "gittip": "bevry",
  17. "flattr": "344188/balupton-on-Flattr",
  18. "paypal": "QB8GQPZAH84N6",
  19. "bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
  20. "wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
  21. },
  22. "keywords": [
  23. "javascript",
  24. "coffeescript",
  25. "json",
  26. "cson",
  27. "parse",
  28. "stringify"
  29. ],
  30. "author": "2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011 Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
  31. "maintainers": [
  32. "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
  33. ],
  34. "contributors": [
  35. "attilaolah (https://github.com/attilaolah)",
  36. "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
  37. "evinugur (https://github.com/evinugur)",
  38. "jasonkarns (https://github.com/jasonkarns)",
  39. "Joel Perras <joel.perras@gmail.com> (https://github.com/jperras)",
  40. "Linus G Thiel <linus@hanssonlarsson.se> (https://github.com/linus)",
  41. "Nicolae Claudius <claudius.nicolae@gmail.com> (https://github.com/clyfe)",
  42. "RobLoach (https://github.com/RobLoach)",
  43. "Ryan LeFevre <meltingice8917@gmail.com> (https://github.com/meltingice)",
  44. "Zearin (https://github.com/Zearin)",
  45. "Zhang Cheng <czhang.oss@gmail.com> (https://github.com/zhangcheng)"
  46. ],
  47. "bugs": {
  48. "url": "https://github.com/bevry/cson/issues"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "http://github.com/bevry/cson.git"
  53. },
  54. "engines": {
  55. "node": ">=0.8.0"
  56. },
  57. "dependencies": {
  58. "ambi": "^2.2.0",
  59. "coffee-script": "~1.8.0",
  60. "extract-opts": "~2.2.0",
  61. "js2coffee": "~0.3.5",
  62. "requirefresh": "~1.1.2"
  63. },
  64. "devDependencies": {
  65. "chai": "~1.10.0",
  66. "joe": "~1.5.0",
  67. "joe-reporter-console": "~1.2.1",
  68. "projectz": "~0.3.17"
  69. },
  70. "directories": {
  71. "lib": "./out/lib"
  72. },
  73. "scripts": {
  74. "preinstall": "node ./cyclic.js",
  75. "test": "node ./out/test/cson-test.js"
  76. },
  77. "bin": {
  78. "cson2json": "./bin/cson2json",
  79. "json2cson": "./bin/json2cson"
  80. },
  81. "main": "./out/lib/cson",
  82. "cakeConfiguration": {
  83. "COFFEE_SRC_PATH": "src"
  84. },
  85. "__npminstall_done": true,
  86. "_from": "cson@1.6.2",
  87. "_resolved": "https://registry.npmmirror.com/cson/-/cson-1.6.2.tgz"
  88. }