package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "author": {
  3. "name": "Torkel Ödegaard",
  4. "company": "Coding Instinct AB"
  5. },
  6. "name": "grafana",
  7. "version": "4.3.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-karma": "~2.0.0",
  33. "grunt-ng-annotate": "^3.0.0",
  34. "grunt-notify": "^0.4.5",
  35. "grunt-postcss": "^0.8.0",
  36. "grunt-sass": "^1.2.1",
  37. "grunt-string-replace": "~1.3.1",
  38. "grunt-systemjs-builder": "^0.2.7",
  39. "grunt-usemin": "3.1.1",
  40. "jshint-stylish": "~2.2.1",
  41. "karma": "1.3.0",
  42. "karma-chrome-launcher": "~2.0.0",
  43. "karma-coverage": "1.1.1",
  44. "karma-expect": "~1.1.3",
  45. "karma-mocha": "~1.3.0",
  46. "karma-phantomjs-launcher": "1.0.2",
  47. "load-grunt-tasks": "3.5.2",
  48. "mocha": "3.2.0",
  49. "phantomjs-prebuilt": "^2.1.14",
  50. "reflect-metadata": "0.1.8",
  51. "rxjs": "^5.0.0-rc.5",
  52. "sass-lint": "^1.10.2",
  53. "systemjs": "0.19.41",
  54. "zone.js": "^0.7.2"
  55. },
  56. "engines": {
  57. "node": "4.x",
  58. "npm": "2.14.x"
  59. },
  60. "scripts": {
  61. "build": "./node_modules/grunt-cli/bin/grunt",
  62. "test": "./node_modules/grunt-cli/bin/grunt test"
  63. },
  64. "license": "Apache-2.0",
  65. "dependencies": {
  66. "eventemitter3": "^2.0.2",
  67. "gaze": "^1.1.2",
  68. "grunt-jscs": "3.0.1",
  69. "grunt-sass-lint": "^0.2.2",
  70. "grunt-sync": "^0.6.2",
  71. "karma-sinon": "^1.0.5",
  72. "lodash": "^4.17.2",
  73. "mousetrap": "^1.6.0",
  74. "remarkable": "^1.7.1",
  75. "sinon": "1.17.6",
  76. "systemjs-builder": "^0.15.34",
  77. "tether": "^1.4.0",
  78. "tether-drop": "https://github.com/torkelo/drop",
  79. "tslint": "^5.1.0",
  80. "typescript": "^2.2.2",
  81. "virtual-scroll": "^1.1.1"
  82. }
  83. }