package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "js-yaml",
  3. "version": "2.0.5",
  4. "description": "YAML 1.2 parser and serializer",
  5. "keywords": [
  6. "yaml",
  7. "parser",
  8. "serializer",
  9. "pyyaml"
  10. ],
  11. "homepage": "https://github.com/nodeca/js-yaml",
  12. "author": {
  13. "name": "Dervus Grim",
  14. "email": "dervus@lavabit.com"
  15. },
  16. "contributors": [
  17. {
  18. "name": "Aleksey V Zapparov",
  19. "email": "ixti@member.fsf.org",
  20. "url": "http://www.ixti.net/"
  21. },
  22. {
  23. "name": "Martin Grenfell",
  24. "email": "martin.grenfell@gmail.com>",
  25. "url": "http://got-ravings.blogspot.com"
  26. }
  27. ],
  28. "bugs": {
  29. "url": "https://github.com/nodeca/js-yaml/issues"
  30. },
  31. "license": {
  32. "type": "MIT",
  33. "url": "https://github.com/nodeca/js-yaml/blob/master/LICENSE"
  34. },
  35. "repository": {
  36. "type": "git",
  37. "url": "git://github.com/nodeca/js-yaml.git"
  38. },
  39. "main": "./index.js",
  40. "bin": {
  41. "js-yaml": "bin/js-yaml.js"
  42. },
  43. "scripts": {
  44. "test": "make test"
  45. },
  46. "dependencies": {
  47. "argparse": "~ 0.1.11",
  48. "esprima": "~ 1.0.2"
  49. },
  50. "devDependencies": {
  51. "mocha": "*"
  52. },
  53. "engines": {
  54. "node": ">= 0.6.0"
  55. },
  56. "__npminstall_done": true,
  57. "_from": "js-yaml@2.0.5",
  58. "_resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-2.0.5.tgz"
  59. }