package.json 803 B

12345678910111213141516171819202122232425262728
  1. {
  2. "author": {
  3. "name": "Rashid Khan",
  4. "company": "Elasticsearch BV"
  5. },
  6. "name": "kibana",
  7. "version": "3.0.0milestone4",
  8. "devDependencies": {
  9. "rjs-build-analysis": "0.0.3",
  10. "grunt": "~0.4.0",
  11. "grunt-s3": "~0.2.0-alpha.2",
  12. "grunt-ngmin": "0.0.3",
  13. "grunt-contrib": "~0.8.0",
  14. "grunt-contrib-less": "~0.7.0",
  15. "grunt-contrib-copy": "~0.4.1",
  16. "grunt-git-describe": "~2.3.2",
  17. "grunt-contrib-clean": "~0.5.0",
  18. "grunt-contrib-cssmin": "~0.6.1",
  19. "grunt-contrib-uglify": "~0.2.4",
  20. "grunt-contrib-jshint": "~0.6.0",
  21. "grunt-string-replace": "~0.2.4",
  22. "grunt-contrib-htmlmin": "~0.1.3",
  23. "grunt-contrib-requirejs": "~0.4.1",
  24. "grunt-angular-templates": "~0.3.12",
  25. "grunt-contrib-compress": "~0.5.2"
  26. },
  27. "license": "Apache License"
  28. }