package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "author": {
  3. "name": "Torkel Ödegaard",
  4. "company": "Coding Instinct AB"
  5. },
  6. "name": "grafana",
  7. "version": "4.2.0-pre1",
  8. "repository": {
  9. "type": "git",
  10. "url": "http://github.com/grafana/grafana.git"
  11. },
  12. "devDependencies": {
  13. "autoprefixer": "^6.4.0",
  14. "es6-promise": "^3.0.2",
  15. "es6-shim": "^0.35.1",
  16. "expect.js": "~0.2.0",
  17. "glob": "~7.0.0",
  18. "grunt": "^0.4.5",
  19. "grunt-angular-templates": "^1.1.0",
  20. "grunt-cli": "~1.2.0",
  21. "grunt-contrib-clean": "~1.0.0",
  22. "grunt-contrib-compress": "^1.3.0",
  23. "grunt-contrib-concat": "^1.0.1",
  24. "grunt-contrib-copy": "~1.0.0",
  25. "grunt-contrib-cssmin": "~1.0.2",
  26. "grunt-contrib-htmlmin": "~2.0.0",
  27. "grunt-contrib-jshint": "~1.1.0",
  28. "grunt-contrib-uglify": "~2.0.0",
  29. "grunt-contrib-watch": "^1.0.0",
  30. "grunt-exec": "^1.0.1",
  31. "grunt-filerev": "^2.3.1",
  32. "grunt-git-describe": "~2.4.2",
  33. "grunt-karma": "~2.0.0",
  34. "grunt-ng-annotate": "^3.0.0",
  35. "grunt-notify": "^0.4.5",
  36. "grunt-postcss": "^0.8.0",
  37. "grunt-sass": "^1.2.1",
  38. "grunt-string-replace": "~1.3.1",
  39. "grunt-systemjs-builder": "^0.2.7",
  40. "grunt-usemin": "3.1.1",
  41. "jshint-stylish": "~2.2.1",
  42. "karma": "1.3.0",
  43. "karma-chrome-launcher": "~2.0.0",
  44. "karma-coverage": "1.1.1",
  45. "karma-coveralls": "1.1.2",
  46. "karma-expect": "~1.1.3",
  47. "karma-mocha": "~1.3.0",
  48. "karma-phantomjs-launcher": "1.0.2",
  49. "load-grunt-tasks": "3.5.2",
  50. "mocha": "3.2.0",
  51. "phantomjs-prebuilt": "^2.1.14",
  52. "reflect-metadata": "0.1.8",
  53. "rxjs": "^5.0.0-rc.5",
  54. "sass-lint": "^1.10.2",
  55. "systemjs": "0.19.41",
  56. "zone.js": "^0.7.2"
  57. },
  58. "engines": {
  59. "node": "4.x",
  60. "npm": "2.14.x"
  61. },
  62. "scripts": {
  63. "build": "grunt",
  64. "test": "grunt test",
  65. "coveralls": "grunt karma:coveralls && rm -rf ./coverage"
  66. },
  67. "license": "Apache-2.0",
  68. "dependencies": {
  69. "eventemitter3": "^2.0.2",
  70. "gaze": "^1.1.2",
  71. "grunt-jscs": "3.0.1",
  72. "grunt-sass-lint": "^0.2.2",
  73. "grunt-sync": "^0.6.2",
  74. "karma-sinon": "^1.0.5",
  75. "lodash": "^4.17.2",
  76. "mousetrap": "^1.6.0",
  77. "remarkable": "^1.7.1",
  78. "sinon": "1.17.6",
  79. "systemjs-builder": "^0.15.34",
  80. "tether": "^1.4.0",
  81. "tether-drop": "https://github.com/torkelo/drop",
  82. "tslint": "^4.0.2",
  83. "typescript": "^2.1.4",
  84. "virtual-scroll": "^1.1.1"
  85. }
  86. }