package.json 772 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"
  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-handlebars-brunch": "git://github.com/icholy/ember-handlebars-brunch.git",
  22. "less-brunch": "git://github.com/brunch/less-brunch.git"
  23. },
  24. "devDependencies": {
  25. "mocha": "0.14.0",
  26. "chai": "1.2.0",
  27. "sinon": "1.4.2",
  28. "sinon-chai": "2.1.2",
  29. "express": "2.5.8"
  30. }
  31. }