package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "less-brunch": ">= 1.0 < 1.5",
  17. "cssstyle": "0.2.3"
  18. },
  19. "devDependencies": {
  20. "phantomjs": "^1.9.2",
  21. "mocha":"1.9.0",
  22. "mocha-phantomjs": "^3.1.6",
  23. "chai":"~1.9.0",
  24. "sinon":"=1.7.3",
  25. "sinon-chai":"~2.5.0",
  26. "express":"2.5.8",
  27. "karma": "=0.11.14",
  28. "karma-mocha": "0.1.1",
  29. "karma-chai": "~0.1.0",
  30. "karma-sinon": "~1.0.2",
  31. "karma-phantomjs-launcher": "0.1.3",
  32. "karma-coverage": "~0.2.0",
  33. "karma-commonjs-require": "~0.0.1",
  34. "karma-ember-precompiler-brunch": "~0.0.1"
  35. },
  36. "scripts": {
  37. "start": "brunch watch --server",
  38. "test": "node_modules/mocha-phantomjs/bin/mocha-phantomjs public/test/test.html"
  39. },
  40. "engines": {
  41. "node": "~0.6.10 || 0.8 || 0.9 || 0.10"
  42. }
  43. }