package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "author": {
  3. "name": "Rashid Khan",
  4. "company": "Elasticsearch BV"
  5. },
  6. "name": "kibana",
  7. "version": "3.0.0pre-milestone5",
  8. "repository": {
  9. "type": "git",
  10. "url": "http://github.com/elasticsearch/kibana.git"
  11. },
  12. "devDependencies": {
  13. "rjs-build-analysis": "0.0.3",
  14. "grunt": "~0.4.0",
  15. "grunt-s3": "~0.2.0-alpha.2",
  16. "grunt-ngmin": "0.0.3",
  17. "grunt-contrib": "~0.8.0",
  18. "grunt-contrib-less": "~0.7.0",
  19. "grunt-contrib-copy": "~0.4.1",
  20. "grunt-git-describe": "~2.3.2",
  21. "grunt-contrib-clean": "~0.5.0",
  22. "grunt-contrib-cssmin": "~0.6.1",
  23. "grunt-contrib-jshint": "~0.6.0",
  24. "grunt-string-replace": "~0.2.4",
  25. "grunt-contrib-htmlmin": "~0.1.3",
  26. "grunt-contrib-requirejs": "~0.4.1",
  27. "grunt-angular-templates": "~0.3.12",
  28. "grunt-contrib-compress": "~0.5.2",
  29. "grunt-contrib-uglify": "~0.2.4",
  30. "load-grunt-tasks": "~0.2.0",
  31. "glob": "~3.2.7",
  32. "grunt-contrib-connect": "~0.5.0",
  33. "grunt-scratchy": "git://github.com/rashidkpc/grunt-scratchy.git"
  34. },
  35. "license": "Apache License"
  36. }