12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "Sentry",
- "version": "0.0.0",
- "repository": {
- "type": "git",
- "url": "git://github.com/getsentry/sentry.git"
- },
- "dependencies": {
- "bootstrap": "^3.3.1",
- "bower": "^1.2.8",
- "chai": "1.7.x",
- "gulp": "^3.8.10",
- "gulp-cached": "^1.0.1",
- "gulp-clean": "^0.3.1",
- "gulp-concat": "^2.4.2",
- "gulp-less": "^1.3.6",
- "gulp-react": "^2.0.0",
- "gulp-rename": "^1.2.0",
- "gulp-uglify": "^1.0.2",
- "gulp-util": "^3.0.1",
- "gulp-watch": "^3.0.0",
- "gulp-webpack": "^1.1.2",
- "jquery": "^2.1.3",
- "jshint": "~2.5.0",
- "jsx": "^0.9.89",
- "jsx-loader": "^0.12.2",
- "karma": "^0.12.19",
- "karma-chai": "^0.1.0",
- "karma-mocha": "^0.1.6",
- "karma-phantomjs-launcher": "^0.1.4",
- "karma-sinon": "^1.0.3",
- "less": "1.7.0",
- "mocha": "1.9.x",
- "moment": "^2.8.4",
- "react": "^0.12.2",
- "react-router": "^0.11.6",
- "sinon": "^1.10.3",
- "uglify-js": "2.2.4",
- "webpack": "^1.4.15"
- },
- "private": true,
- "APIMethod": "stub",
- "proxyURL": "http://localhost:8000",
- "scripts": {
- "postinstall": "bower install",
- "pretest": "npm install && npm run build_static",
- "test": "node_modules/karma/bin/karma start tests/karma.conf.js --single-run"
- }
- }
|