package.json 989 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name":"Ambari",
  3. "description":"Front-end package for the Apache Ambari Project",
  4. "version":"1.0.0",
  5. "homepage":"",
  6. "repository":{
  7. "type":"git",
  8. "url":""
  9. },
  10. "engines":{
  11. "node":"~0.6.10 || 0.8 || 0.9 || 0.10"
  12. },
  13. "scripts":{
  14. "start":"brunch watch --server"
  15. },
  16. "dependencies":{
  17. "javascript-brunch":">= 1.0 < 1.5",
  18. "css-brunch":">= 1.0 < 1.5",
  19. "uglify-js-brunch":">= 1.0 < 1.5",
  20. "clean-css-brunch":">= 1.0 < 1.5",
  21. "ember-precompiler-brunch":">= 1.0 < 1.5",
  22. "less-brunch":">= 1.0 < 1.5",
  23. "cssstyle":"0.2.3"
  24. },
  25. "devDependencies":{
  26. "mocha":"1.9.0",
  27. "chai":"~1.9.0",
  28. "sinon":"=1.7.3",
  29. "sinon-chai":"~2.5.0",
  30. "express":"2.5.8",
  31. "karma": "=0.11.14",
  32. "karma-mocha": "~0.1.1",
  33. "karma-chai": "~0.1.0",
  34. "karma-sinon": "~1.0.2",
  35. "karma-phantomjs-launcher": "~0.1.3",
  36. "karma-coverage": "~0.2.0",
  37. "karma-commonjs-require": "~0.0.1",
  38. "karma-ember-precompiler-brunch": "~0.0.1"
  39. }
  40. }