12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "Sentry",
- "version": "0.0.0",
- "repository": {
- "type": "git",
- "url": "git://github.com/getsentry/sentry.git"
- },
- "dependencies": {
- "bootstrap": "^3.3.4",
- "crypto-js": "^3.1.2-5",
- "gulp": "^3.8.11",
- "gulp-clean": "^0.3.1",
- "gulp-concat": "^2.4.2",
- "gulp-less": "^1.3.9",
- "gulp-react": "^2.0.0",
- "gulp-util": "^3.0.1",
- "gulp-watch": "^3.0.0",
- "jquery": "^2.1.3",
- "jshint": "~2.5.0",
- "jsxhint": "^0.9.0",
- "less": "1.7.0",
- "moment": "^2.10.5",
- "node-libs-browser": "^0.5.2",
- "raven-js": "^1.1.19",
- "react": "^0.13.3",
- "react-bootstrap": "^0.13.0",
- "react-datepicker": "^0.11.0",
- "react-day-picker": "^1.0.3",
- "react-document-title": "^1.0.2",
- "react-router": "^0.13.3",
- "react-sticky": "^2.1.0",
- "reflux": "^0.2.8",
- "selectize": "^0.12.1",
- "webpack": "^1.9.10"
- },
- "private": true,
- "APIMethod": "stub",
- "proxyURL": "http://localhost:8000",
- "scripts": {
- "test": "node_modules/karma/bin/karma start tests/karma.conf.js --single-run",
- "lint": "node_modules/.bin/jsxhint --jsx-only src tests/js && node_modules/.bin/jshint src tests/js"
- },
- "devDependencies": {
- "babel-core": "^5.6.15",
- "babel-loader": "^5.2.2",
- "chai": "^3.0.0",
- "js-cookie": "^2.0.2",
- "karma": "^0.13.3",
- "karma-mocha": "^0.1.6",
- "karma-chai": "^0.1.0",
- "karma-phantomjs-launcher": "^0.1.4",
- "karma-sinon": "^1.0.4",
- "karma-sourcemap-loader": "^0.3.3",
- "karma-webpack": "^1.7.0",
- "sinon": "^1.15.4",
- "sinon-chai": "^2.8.0"
- }
- }
|