package.json 354 B

123456789101112131415161718
  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. "less": "~1.3.3",
  10. "phantomjs": "1.9.x",
  11. "chai": "1.7.x",
  12. "mocha": "1.9.x",
  13. "mocha-phantomjs": "3.0.x",
  14. "jshint": "~2.5.0",
  15. "uglify-js": "2.2.4"
  16. },
  17. "private": true
  18. }