package.json 2.1 KB

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