package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "author": {
  3. "name": "Torkel Ödegaard",
  4. "company": "Coding Instinct AB"
  5. },
  6. "name": "grafana",
  7. "version": "2.1.1-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.1.3",
  25. "grunt-contrib-jshint": "~0.10.0",
  26. "grunt-contrib-less": "~0.7.0",
  27. "grunt-contrib-requirejs": "~0.4.1",
  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-usemin": "3.0.0",
  36. "jshint-stylish": "~0.1.5",
  37. "karma": "~0.12.31",
  38. "karma-chrome-launcher": "~0.1.4",
  39. "karma-coffee-preprocessor": "~0.1.2",
  40. "karma-coverage": "0.3.1",
  41. "karma-coveralls": "0.1.5",
  42. "karma-expect": "~1.1.0",
  43. "karma-mocha": "~0.1.10",
  44. "karma-phantomjs-launcher": "0.1.4",
  45. "karma-requirejs": "0.2.2",
  46. "karma-script-launcher": "0.1.0",
  47. "load-grunt-tasks": "0.2.0",
  48. "mocha": "2.2.4",
  49. "requirejs": "2.1.17",
  50. "rjs-build-analysis": "0.0.3"
  51. },
  52. "engines": {
  53. "node": "0.10.x",
  54. "npm": "1.2.x"
  55. },
  56. "scripts": {
  57. "test": "grunt test",
  58. "coveralls": "grunt karma:coveralls && rm -rf ./coverage"
  59. },
  60. "license": "Apache License",
  61. "dependencies": {
  62. "grunt-jscs": "~1.5.x",
  63. "karma-sinon": "^1.0.3",
  64. "lodash": "^2.4.1",
  65. "sinon": "1.10.3"
  66. }
  67. }