package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "author": {
  3. "name": "Torkel Ödegaard",
  4. "company": "Coding Instinct AB"
  5. },
  6. "name": "grafana",
  7. "version": "3.0.0-beta3",
  8. "repository": {
  9. "type": "git",
  10. "url": "http://github.com/grafana/grafana.git"
  11. },
  12. "devDependencies": {
  13. "angular2": "2.0.0-beta.12",
  14. "zone.js": "^0.6.6",
  15. "autoprefixer": "^6.3.3",
  16. "es6-promise": "^3.0.2",
  17. "es6-shim": "^0.35.0",
  18. "expect.js": "~0.2.0",
  19. "glob": "~3.2.7",
  20. "grunt": "~0.4.0",
  21. "grunt-angular-templates": "^0.5.5",
  22. "grunt-cli": "~0.1.13",
  23. "grunt-contrib-clean": "~0.7.0",
  24. "grunt-contrib-compress": "~0.14.0",
  25. "grunt-contrib-concat": "^0.5.1",
  26. "grunt-contrib-copy": "~0.8.2",
  27. "grunt-contrib-cssmin": "~0.14.0",
  28. "grunt-contrib-htmlmin": "~0.6.0",
  29. "grunt-contrib-jshint": "~1.0.0",
  30. "grunt-contrib-less": "~0.7.0",
  31. "grunt-contrib-uglify": "~0.11.0",
  32. "grunt-contrib-watch": "^0.6.1",
  33. "grunt-filerev": "^0.2.1",
  34. "grunt-git-describe": "~2.3.2",
  35. "grunt-karma": "~0.12.2",
  36. "grunt-ng-annotate": "^1.0.1",
  37. "grunt-notify": "^0.4.3",
  38. "grunt-postcss": "^0.8.0",
  39. "grunt-sass": "^1.1.0",
  40. "grunt-string-replace": "~1.2.1",
  41. "grunt-systemjs-builder": "^0.2.6",
  42. "grunt-tslint": "^3.0.2",
  43. "grunt-typescript": "^0.8.0",
  44. "grunt-usemin": "3.0.0",
  45. "jshint-stylish": "~2.1.0",
  46. "karma": "0.13.22",
  47. "karma-chrome-launcher": "~0.2.2",
  48. "karma-coverage": "0.5.3",
  49. "karma-coveralls": "1.1.2",
  50. "karma-expect": "~1.1.0",
  51. "karma-mocha": "~0.2.1",
  52. "karma-phantomjs-launcher": "1.0.0",
  53. "load-grunt-tasks": "3.4.0",
  54. "mocha": "2.3.4",
  55. "phantomjs-prebuilt": "^2.1.3",
  56. "reflect-metadata": "0.1.2",
  57. "rxjs": "5.0.0-beta.2",
  58. "sass-lint": "^1.5.0",
  59. "systemjs": "0.19.24"
  60. },
  61. "engines": {
  62. "node": "0.4.x",
  63. "npm": "2.14.x"
  64. },
  65. "scripts": {
  66. "test": "grunt test",
  67. "coveralls": "grunt karma:coveralls && rm -rf ./coverage"
  68. },
  69. "license": "Apache-2.0",
  70. "dependencies": {
  71. "grunt-jscs": "~1.5.x",
  72. "grunt-sass-lint": "^0.1.0",
  73. "grunt-sync": "^0.4.1",
  74. "karma-sinon": "^1.0.3",
  75. "lodash": "^2.4.1",
  76. "remarkable": "^1.6.2",
  77. "sinon": "1.16.1",
  78. "systemjs-builder": "^0.15.13",
  79. "tether": "^1.2.0",
  80. "tether-drop": "^1.4.2",
  81. "tslint": "^3.4.0",
  82. "typescript": "^1.7.5"
  83. }
  84. }