123456789101112131415161718 |
- {
- "name": "Sentry",
- "version": "0.0.0",
- "repository": {
- "type": "git",
- "url": "git://github.com/getsentry/sentry.git"
- },
- "dependencies": {
- "less": "1.3.3",
- "phantomjs": "1.9.x",
- "chai": "1.7.x",
- "mocha": "1.9.x",
- "mocha-phantomjs": "3.0.x",
- "jshint": "0.9.x",
- "uglify-js": "2.2.4"
- },
- "private": true
- }
|