package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "js-beautify",
  3. "version": "1.6.14",
  4. "description": "jsbeautifier.org for node",
  5. "main": "js/index.js",
  6. "bin": {
  7. "css-beautify": "./js/bin/css-beautify.js",
  8. "html-beautify": "./js/bin/html-beautify.js",
  9. "js-beautify": "./js/bin/js-beautify.js"
  10. },
  11. "directories": {
  12. "lib": "js/lib",
  13. "test": "js/test"
  14. },
  15. "scripts": {},
  16. "bugs": "https://github.com/beautify-web/js-beautify/issues",
  17. "homepage": "http://jsbeautifier.org/",
  18. "repository": {
  19. "type": "git",
  20. "url": "git://github.com/beautify-web/js-beautify.git"
  21. },
  22. "keywords": [
  23. "beautify",
  24. "beautifier",
  25. "code-quality"
  26. ],
  27. "author": "Einar Lielmanis <einar@jsbeautifier.org>",
  28. "contributors": [
  29. "Vital Batmanov <vital76@gmail.com>",
  30. "Chris J. Shull <chrisjshull@gmail.com>",
  31. "Gian Marco Gherardi <gianmarco.gherardi@gmail.com>",
  32. "Stan <stasson@orc.ru>",
  33. "Vittorio Gambaletta <VittGam@vittgam.net>",
  34. "Daniel Stockman <daniel.stockman@gmail.com>",
  35. "Harutyun Amirjanyan <amirjanyan@gmail.com>",
  36. "Nochum Sossonko <nsossonko@hotmail.com>",
  37. "Liam Newman <bitwiseman@gmail.com>"
  38. ],
  39. "license": "MIT",
  40. "dependencies": {
  41. "config-chain": "~1.1.5",
  42. "editorconfig": "^0.13.2",
  43. "mkdirp": "~0.5.0",
  44. "nopt": "~3.0.1"
  45. },
  46. "devDependencies": {
  47. "jshint": "~2.9.1",
  48. "node-static": "~0.7.1",
  49. "mustache": "~2.2.1",
  50. "requirejs": "2.1.x",
  51. "benchmark": "2.1.0"
  52. }
  53. }