package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "author": {
  3. "name": "Torkel Ödegaard",
  4. "company": "Coding Instinct AB"
  5. },
  6. "name": "grafana",
  7. "version": "1.6.0",
  8. "repository": {
  9. "type": "git",
  10. "url": "http://github.com/torkelo/grafana.git"
  11. },
  12. "devDependencies": {
  13. "rjs-build-analysis": "0.0.3",
  14. "grunt": "~0.4.0",
  15. "grunt-ngmin": "0.0.3",
  16. "grunt-contrib-less": "~0.7.0",
  17. "grunt-contrib-copy": "~0.4.1",
  18. "grunt-git-describe": "~2.3.2",
  19. "grunt-contrib-clean": "~0.5.0",
  20. "grunt-contrib-cssmin": "~0.6.1",
  21. "grunt-contrib-jshint": "~0.10.0",
  22. "grunt-string-replace": "~0.2.4",
  23. "grunt-contrib-htmlmin": "~0.1.3",
  24. "grunt-contrib-requirejs": "~0.4.1",
  25. "grunt-angular-templates": "^0.5.5",
  26. "grunt-contrib-compress": "~0.5.2",
  27. "grunt-contrib-uglify": "~0.2.4",
  28. "load-grunt-tasks": "~0.2.0",
  29. "glob": "~3.2.7",
  30. "grunt-contrib-connect": "~0.5.0",
  31. "mocha": "~1.16.1",
  32. "expect.js": "~0.2.0",
  33. "karma-script-launcher": "~0.1.0",
  34. "karma-firefox-launcher": "~0.1.3",
  35. "karma-chrome-launcher": "~0.1.4",
  36. "karma-html2js-preprocessor": "~0.1.0",
  37. "karma-jasmine": "~0.2.2",
  38. "requirejs": "~2.1.9",
  39. "karma-requirejs": "~0.2.1",
  40. "karma-coffee-preprocessor": "~0.1.2",
  41. "karma-phantomjs-launcher": "~0.1.1",
  42. "karma": "~0.12.16",
  43. "grunt-karma": "~0.8.3",
  44. "karma-mocha": "~0.1.4",
  45. "karma-expect": "~1.1.0",
  46. "grunt-cli": "~0.1.13",
  47. "jshint-stylish": "~0.1.5",
  48. "grunt-contrib-concat": "^0.4.0",
  49. "grunt-usemin": "^2.1.1",
  50. "grunt-filerev": "^0.2.1"
  51. },
  52. "engines": {
  53. "node": "0.10.x",
  54. "npm": "1.2.x"
  55. },
  56. "scripts": {
  57. "test": "grunt test"
  58. },
  59. "license": "Apache License",
  60. "dependencies": {
  61. "grunt-jscs-checker": "^0.4.4"
  62. }
  63. }