package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "Ambari",
  3. "description": "Front-end package for the Apache Ambari Project",
  4. "version": "1.7.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. "javascript-brunch": ">= 1.0 < 1.5",
  12. "css-brunch": ">= 1.0 < 1.5",
  13. "uglify-js-brunch": ">= 1.0 < 1.5",
  14. "clean-css-brunch": ">= 1.0 < 1.5",
  15. "ember-precompiler-brunch": ">= 1.0 < 1.5",
  16. "ember-radio-button": "0.1.2",
  17. "less-brunch": ">= 1.0 < 1.5",
  18. "cssstyle": "0.2.3"
  19. },
  20. "devDependencies": {
  21. "phantomjs": "^1.9.2",
  22. "mocha":"1.9.0",
  23. "mocha-phantomjs": "^3.1.6",
  24. "chai":"~1.9.0",
  25. "sinon":"=1.7.3",
  26. "sinon-chai":"~2.5.0",
  27. "express":"2.5.8",
  28. "karma": "=0.11.14",
  29. "karma-mocha": "0.1.1",
  30. "karma-chai": "~0.1.0",
  31. "karma-sinon": "~1.0.2",
  32. "karma-phantomjs-launcher": "0.1.3",
  33. "karma-coverage": "~0.2.0",
  34. "karma-commonjs-require": "~0.0.1",
  35. "karma-ember-precompiler-brunch": "~0.0.1"
  36. },
  37. "scripts": {
  38. "start": "brunch watch --server",
  39. "test": "mocha-phantomjs -R min public/test/test.html"
  40. },
  41. "engines": {
  42. "node": "~0.6.10 || 0.8 || 0.9 || 0.10"
  43. }
  44. }