package.json 809 B

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