package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "Ambari",
  3. "description": "Front-end package for the Apache Ambari Project",
  4. "version": "2.4.0",
  5. "homepage": "http://ambari.apache.org/",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=summary"
  9. },
  10. "dependencies": {
  11. "brunch": "1.7.20",
  12. "javascript-brunch": ">= 1.0 < 1.5",
  13. "css-brunch": ">= 1.0 < 1.5",
  14. "uglify-js-brunch": ">= 1.0 < 1.5",
  15. "clean-css-brunch": ">= 1.0 < 1.5",
  16. "ember-precompile-brunch": "^0.1.1",
  17. "ember-radio-button": "0.1.2",
  18. "less-brunch": ">= 1.0 < 1.5",
  19. "cssstyle": "0.2.3"
  20. },
  21. "devDependencies": {
  22. "phantomjs": "^1.9.2",
  23. "mocha":"1.9.0",
  24. "mocha-phantomjs": "~3.1.6",
  25. "chai":"~1.9.0",
  26. "sinon":"=1.7.3",
  27. "sinon-chai":"~2.5.0",
  28. "express":"2.5.8",
  29. "karma": ">=0.11.14",
  30. "karma-mocha": "0.1.1",
  31. "karma-chai": "~0.1.0",
  32. "karma-sinon": "~1.0.2",
  33. "karma-phantomjs-launcher": "0.1.3",
  34. "karma-coverage": "~0.2.0",
  35. "karma-commonjs-require": "~0.0.1",
  36. "karma-ember-precompile-brunch": "^0.0.1"
  37. },
  38. "scripts": {
  39. "start": "brunch watch --server",
  40. "test": "mocha-phantomjs -R min public/test/test.html"
  41. },
  42. "engines": {
  43. "node": "^4.0.0"
  44. }
  45. }