package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "author": {
  3. "name": "Torkel Ödegaard",
  4. "company": "Coding Instinct AB"
  5. },
  6. "name": "grafana",
  7. "version": "2.5.0-pre1",
  8. "repository": {
  9. "type": "git",
  10. "url": "http://github.com/torkelo/grafana.git"
  11. },
  12. "devDependencies": {
  13. "expect.js": "~0.2.0",
  14. "glob": "~3.2.7",
  15. "grunt": "~0.4.0",
  16. "grunt-angular-templates": "^0.5.5",
  17. "grunt-cli": "~0.1.13",
  18. "grunt-contrib-clean": "~0.5.0",
  19. "grunt-contrib-compress": "~0.13.0",
  20. "grunt-contrib-concat": "^0.4.0",
  21. "grunt-contrib-connect": "~0.5.0",
  22. "grunt-contrib-copy": "~0.5.0",
  23. "grunt-contrib-cssmin": "~0.6.1",
  24. "grunt-contrib-htmlmin": "~0.1.3",
  25. "grunt-contrib-jshint": "~0.10.0",
  26. "grunt-contrib-less": "~0.7.0",
  27. "grunt-contrib-requirejs": "~0.4.1",
  28. "grunt-contrib-uglify": "~0.8.0",
  29. "grunt-contrib-watch": "^0.6.1",
  30. "grunt-filerev": "^0.2.1",
  31. "grunt-git-describe": "~2.3.2",
  32. "grunt-karma": "~0.8.3",
  33. "grunt-ng-annotate": "^0.9.2",
  34. "grunt-string-replace": "~0.2.4",
  35. "grunt-typescript": "^0.7.0",
  36. "grunt-usemin": "3.0.0",
  37. "jshint-stylish": "~0.1.5",
  38. "karma": "~0.12.31",
  39. "karma-chrome-launcher": "~0.1.4",
  40. "karma-coffee-preprocessor": "~0.1.2",
  41. "karma-coverage": "0.3.1",
  42. "karma-coveralls": "0.1.5",
  43. "karma-expect": "~1.1.0",
  44. "karma-mocha": "~0.1.10",
  45. "karma-phantomjs-launcher": "0.1.4",
  46. "karma-requirejs": "0.2.2",
  47. "karma-script-launcher": "0.1.0",
  48. "load-grunt-tasks": "0.2.0",
  49. "mocha": "2.2.4",
  50. "requirejs": "2.1.17",
  51. "rjs-build-analysis": "0.0.3"
  52. },
  53. "engines": {
  54. "node": "0.10.x",
  55. "npm": "1.2.x"
  56. },
  57. "scripts": {
  58. "test": "grunt test",
  59. "coveralls": "grunt karma:coveralls && rm -rf ./coverage"
  60. },
  61. "license": "Apache-2.0",
  62. "dependencies": {
  63. "grunt-jscs": "~1.5.x",
  64. "grunt-sync": "^0.4.1",
  65. "karma-sinon": "^1.0.3",
  66. "lodash": "^2.4.1",
  67. "sinon": "1.10.3"
  68. }
  69. }