package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. "expect.js": "~0.2.0",
  14. "glob": "~3.2.7",
  15. "grunt": "~0.4.0",
  16. "grunt-angular-templates": "^0.5.5",
  17. "grunt-cli": "~0.1.13",
  18. "grunt-contrib-clean": "~0.5.0",
  19. "grunt-contrib-compress": "~0.13.0",
  20. "grunt-contrib-concat": "^0.4.0",
  21. "grunt-contrib-connect": "~0.5.0",
  22. "grunt-contrib-copy": "~0.5.0",
  23. "grunt-contrib-cssmin": "~0.6.1",
  24. "grunt-contrib-htmlmin": "~0.6.0",
  25. "grunt-contrib-jshint": "~0.10.0",
  26. "grunt-contrib-less": "~0.7.0",
  27. "grunt-contrib-requirejs": "~0.4.4",
  28. "grunt-contrib-uglify": "~0.8.0",
  29. "grunt-contrib-watch": "^0.6.1",
  30. "grunt-filerev": "^0.2.1",
  31. "grunt-git-describe": "~2.3.2",
  32. "grunt-karma": "~0.8.3",
  33. "grunt-ng-annotate": "^0.9.2",
  34. "grunt-string-replace": "~0.2.4",
  35. "grunt-tslint": "^2.5.0",
  36. "grunt-typescript": "^0.7.0",
  37. "grunt-usemin": "3.0.0",
  38. "jshint-stylish": "~0.1.5",
  39. "karma": "~0.12.31",
  40. "karma-chrome-launcher": "~0.1.4",
  41. "karma-coffee-preprocessor": "~0.1.2",
  42. "karma-coverage": "0.3.1",
  43. "karma-coveralls": "0.1.5",
  44. "karma-expect": "~1.1.0",
  45. "karma-mocha": "~0.1.10",
  46. "karma-phantomjs-launcher": "0.1.4",
  47. "karma-requirejs": "0.2.2",
  48. "karma-script-launcher": "0.1.0",
  49. "load-grunt-tasks": "0.2.0",
  50. "mocha": "2.2.4",
  51. "requirejs": "2.1.17",
  52. "rjs-build-analysis": "0.0.3",
  53. "tslint": "^2.5.0-beta"
  54. },
  55. "engines": {
  56. "node": "0.4.x",
  57. "npm": "2.14.x"
  58. },
  59. "scripts": {
  60. "test": "grunt test",
  61. "coveralls": "grunt karma:coveralls && rm -rf ./coverage"
  62. },
  63. "license": "Apache-2.0",
  64. "dependencies": {
  65. "grunt-jscs": "~1.5.x",
  66. "grunt-sync": "^0.4.1",
  67. "karma-sinon": "^1.0.3",
  68. "lodash": "^2.4.1",
  69. "sinon": "1.16.1"
  70. },
  71. "jspm": {
  72. "directories": {
  73. "packages": "public/vendor/jspm",
  74. "src": "public"
  75. },
  76. "configFile": "public/app/jspm.conf.js",
  77. "dependencies": {
  78. "angular": "github:angular/bower-angular@^1.4.5",
  79. "angular-route": "github:angular/bower-angular-route@^1.4.5",
  80. "angular-sanitize": "github:angular/bower-angular-sanitize@^1.4.5",
  81. "angular2": "npm:angular2@^2.0.0-alpha.54",
  82. "es6-promise": "npm:es6-promise@^3.0.2",
  83. "es6-shim": "npm:es6-shim@^0.33.13",
  84. "jquery": "github:components/jquery@^2.1.4",
  85. "lodash": "npm:lodash@^3.10.1",
  86. "moment": "github:moment/moment@^2.10.6"
  87. },
  88. "devDependencies": {}
  89. }
  90. }