package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "Sentry",
  3. "version": "0.0.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "git://github.com/getsentry/sentry.git"
  7. },
  8. "dependencies": {
  9. "bootstrap": "^3.3.1",
  10. "bower": "^1.2.8",
  11. "chai": "1.7.x",
  12. "gulp": "^3.8.10",
  13. "gulp-cached": "^1.0.1",
  14. "gulp-clean": "^0.3.1",
  15. "gulp-concat": "^2.4.2",
  16. "gulp-less": "^1.3.6",
  17. "gulp-react": "^2.0.0",
  18. "gulp-rename": "^1.2.0",
  19. "gulp-uglify": "^1.0.2",
  20. "gulp-util": "^3.0.1",
  21. "gulp-watch": "^3.0.0",
  22. "gulp-webpack": "^1.1.2",
  23. "jquery": "^2.1.3",
  24. "jshint": "~2.5.0",
  25. "jsx": "^0.9.89",
  26. "jsx-loader": "^0.12.2",
  27. "karma": "^0.12.19",
  28. "karma-chai": "^0.1.0",
  29. "karma-mocha": "^0.1.6",
  30. "karma-phantomjs-launcher": "^0.1.4",
  31. "karma-sinon": "^1.0.3",
  32. "less": "1.7.0",
  33. "mocha": "1.9.x",
  34. "moment": "^2.8.4",
  35. "react": "^0.12.2",
  36. "react-router": "^0.11.6",
  37. "sinon": "^1.10.3",
  38. "uglify-js": "2.2.4",
  39. "webpack": "^1.4.15"
  40. },
  41. "private": true,
  42. "APIMethod": "stub",
  43. "proxyURL": "http://localhost:8000",
  44. "scripts": {
  45. "postinstall": "bower install",
  46. "pretest": "npm install && npm run build_static",
  47. "test": "node_modules/karma/bin/karma start tests/karma.conf.js --single-run"
  48. }
  49. }