package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "author": {
  3. "name": "Torkel Ödegaard",
  4. "company": "Coding Instinct AB"
  5. },
  6. "name": "grafana",
  7. "version": "2.0.0-alpha",
  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.2.4",
  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-ngmin": "0.0.3",
  34. "grunt-string-replace": "~0.2.4",
  35. "grunt-usemin": "3.0.0",
  36. "jshint-stylish": "~0.1.5",
  37. "karma": "~0.12.21",
  38. "karma-chrome-launcher": "~0.1.4",
  39. "karma-coffee-preprocessor": "~0.1.2",
  40. "karma-coverage": "^0.2.5",
  41. "karma-coveralls": "^0.1.4",
  42. "karma-expect": "~1.1.0",
  43. "karma-firefox-launcher": "~0.1.3",
  44. "karma-html2js-preprocessor": "~0.1.0",
  45. "karma-jasmine": "~0.2.2",
  46. "karma-mocha": "~0.1.4",
  47. "karma-phantomjs-launcher": "~0.1.1",
  48. "karma-requirejs": "~0.2.1",
  49. "karma-script-launcher": "~0.1.0",
  50. "load-grunt-tasks": "~0.2.0",
  51. "mocha": "~1.16.1",
  52. "requirejs": "~2.1.14",
  53. "rjs-build-analysis": "0.0.3"
  54. },
  55. "engines": {
  56. "node": "0.10.x",
  57. "npm": "1.2.x"
  58. },
  59. "scripts": {
  60. "test": "grunt test",
  61. "coveralls": "grunt karma:coveralls && rm -rf ./coverage"
  62. },
  63. "license": "Apache License",
  64. "dependencies": {
  65. "grunt-jscs-checker": "^0.4.4",
  66. "karma-sinon": "^1.0.3",
  67. "lodash": "^2.4.1",
  68. "sinon": "^1.10.3"
  69. }
  70. }