package.json 701 B

1234567891011121314151617181920212223242526272829303132
  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":"*",
  28. "sinon":"*",
  29. "sinon-chai":"*",
  30. "express":"2.5.8"
  31. }
  32. }