package.json 677 B

12345678910111213141516171819202122232425262728293031
  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. },
  24. "devDependencies":{
  25. "mocha":"1.9.0",
  26. "chai":"*",
  27. "sinon":"*",
  28. "sinon-chai":"*",
  29. "express":"2.5.8"
  30. }
  31. }