Permalink
Fetching contributors…
Cannot retrieve contributors at this time
{ | |
"name": "react-router-bootstrap", | |
"version": "0.19.3", | |
"description": "Integration between React Router and React-Bootstrap", | |
"main": "./lib/index.js", | |
"scripts": { | |
"prepublish": "npm run build", | |
"build": "rimraf lib && babel src --out-dir=lib && webpack && webpack -p && npm run bower-prepare", | |
"test": "npm run lint && karma start --single-run", | |
"tdd": "karma start", | |
"visual-test": "open http://localhost:8080/ && webpack-dev-server --config webpack.visual.config.babel.js", | |
"lint": "eslint *.babel.js src tests", | |
"bower-prepare": "babel-node scripts/bower-prepare.js", | |
"release": "release" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git@github.com:react-bootstrap/react-router-bootstrap.git" | |
}, | |
"keywords": [ | |
"react", | |
"react-router", | |
"react-bootstrap" | |
], | |
"author": { | |
"name": "Matt Smith", | |
"email": "mtscout6@gmail.com" | |
}, | |
"license": "Apache-2.0", | |
"bugs": { | |
"url": "https://github.com/react-bootstrap/react-router-bootstrap/issues" | |
}, | |
"homepage": "https://github.com/react-bootstrap/react-router-bootstrap", | |
"peerDependencies": { | |
"react": ">=0.13.0", | |
"react-router": ">=1.0.0-rc3" | |
}, | |
"devDependencies": { | |
"babel": "^5.8.23", | |
"babel-core": "^5.8.25", | |
"babel-eslint": "^4.1.3", | |
"babel-loader": "^5.3.2", | |
"bootstrap": "^3.3.5", | |
"colors": "^1.1.2", | |
"css-loader": "^0.19.0", | |
"es5-shim": "^4.1.14", | |
"eslint": "^1.7.1", | |
"eslint-config-airbnb": "^0.1.0", | |
"eslint-plugin-babel": "^2.1.1", | |
"eslint-plugin-mocha": "^1.0.0", | |
"eslint-plugin-react": "^3.5.1", | |
"file-loader": "^0.8.4", | |
"history": "^1.12.5", | |
"html-webpack-plugin": "^1.6.2", | |
"karma": "^0.13.11", | |
"karma-cli": "^0.1.1", | |
"karma-mocha": "^0.2.0", | |
"karma-mocha-reporter": "^1.1.1", | |
"karma-phantomjs-launcher": "^0.2.1", | |
"karma-sinon-chai": "^1.1.0", | |
"karma-sourcemap-loader": "^0.3.6", | |
"karma-webpack": "^1.7.0", | |
"less": "^2.5.3", | |
"less-loader": "^2.2.1", | |
"lodash": "^3.10.1", | |
"mocha": "^2.3.3", | |
"mt-changelog": "^0.6.2", | |
"node-libs-browser": "^0.5.3", | |
"phantomjs": "^1.9.18", | |
"react": "^0.14.0", | |
"react-bootstrap": "^0.27.2", | |
"react-dom": "^0.14.0", | |
"react-router": "^1.0.0-rc3", | |
"release-script": "^0.5.4", | |
"rimraf": "^2.4.3", | |
"shelljs": "^0.5.3", | |
"style-loader": "^0.12.4", | |
"url-loader": "^0.5.6", | |
"webpack": "^1.12.2", | |
"webpack-dev-server": "^1.12.0", | |
"yargs": "^3.27.0" | |
}, | |
"files": [ | |
"README", | |
"CHANGELOG.md", | |
"lib" | |
], | |
"release-script": { | |
"bowerRepo": "git@github.com:react-bootstrap/react-router-bootstrap-bower.git" | |
} | |
} |