package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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-sass": "^1.1.0",
  37. "grunt-string-replace": "~1.2.1",
  38. "grunt-systemjs-builder": "^0.2.5",
  39. "grunt-tslint": "^3.0.2",
  40. "grunt-typescript": "^0.8.0",
  41. "grunt-usemin": "3.0.0",
  42. "jshint-stylish": "~0.1.5",
  43. "karma": "~0.13.15",
  44. "karma-chrome-launcher": "~0.2.2",
  45. "karma-coverage": "0.5.3",
  46. "karma-coveralls": "1.1.2",
  47. "karma-expect": "~1.1.0",
  48. "karma-mocha": "~0.2.1",
  49. "karma-phantomjs-launcher": "0.2.1",
  50. "load-grunt-tasks": "3.4.0",
  51. "mocha": "2.3.4",
  52. "phantomjs": "^1.9.19",
  53. "reflect-metadata": "0.1.2",
  54. "rxjs": "5.0.0-beta.0",
  55. "sass-lint": "^1.5.0",
  56. "systemjs": "0.19.20",
  57. "zone.js": "0.5.10"
  58. },
  59. "engines": {
  60. "node": "0.4.x",
  61. "npm": "2.14.x"
  62. },
  63. "scripts": {
  64. "test": "grunt test",
  65. "coveralls": "grunt karma:coveralls && rm -rf ./coverage"
  66. },
  67. "license": "Apache-2.0",
  68. "dependencies": {
  69. "es5-shim": "^4.4.1",
  70. "grunt-jscs": "~1.5.x",
  71. "grunt-sass-lint": "^0.1.0",
  72. "grunt-sync": "^0.4.1",
  73. "karma-sinon": "^1.0.3",
  74. "lodash": "^2.4.1",
  75. "sinon": "1.16.1",
  76. "systemjs-builder": "^0.15.7",
  77. "tslint": "^3.4.0",
  78. "typescript": "^1.7.5"
  79. }
  80. }