128 lines
3.8 KiB
JSON
128 lines
3.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-router-bootstrap@0.25.0",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "react-router-bootstrap@0.25.0",
|
|
"_id": "react-router-bootstrap@0.25.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-/22eqxjn6Zv5fvY2rZHn57SKmjmJfK7xzJ6/G1OgxAjLtKVfWgV5sn41W2yiqzbtV5eE4/i4LeDLBGYTqx7jbA==",
|
|
"_location": "/react-router-bootstrap",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-router-bootstrap@0.25.0",
|
|
"name": "react-router-bootstrap",
|
|
"escapedName": "react-router-bootstrap",
|
|
"rawSpec": "0.25.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.25.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-router-bootstrap/-/react-router-bootstrap-0.25.0.tgz",
|
|
"_spec": "0.25.0",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "Matt Smith",
|
|
"email": "mtscout6@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/react-bootstrap/react-router-bootstrap/issues"
|
|
},
|
|
"dependencies": {
|
|
"prop-types": "^15.5.10"
|
|
},
|
|
"description": "Integration between React Router and React-Bootstrap",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.11.4",
|
|
"babel-core": "^6.11.4",
|
|
"babel-eslint": "^6.1.2",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"babel-preset-es2015-loose": "^7.0.0",
|
|
"babel-preset-react": "^6.11.1",
|
|
"babel-preset-stage-1": "^6.5.0",
|
|
"babel-register": "^6.11.5",
|
|
"bootstrap": "^3.3.7",
|
|
"chai": "^3.5.0",
|
|
"colors": "^1.1.2",
|
|
"css-loader": "^0.23.1",
|
|
"eslint": "^2.13.1",
|
|
"eslint-config-airbnb": "^9.0.1",
|
|
"eslint-plugin-babel": "^3.3.0",
|
|
"eslint-plugin-import": "^1.11.1",
|
|
"eslint-plugin-jsx-a11y": "^1.5.5",
|
|
"eslint-plugin-mocha": "^4.1.0",
|
|
"eslint-plugin-react": "^5.2.2",
|
|
"file-loader": "^0.9.0",
|
|
"history": "^2.1.2",
|
|
"html-webpack-plugin": "^2.22.0",
|
|
"karma": "^1.1.1",
|
|
"karma-chrome-launcher": "^1.0.1",
|
|
"karma-firefox-launcher": "^1.0.0",
|
|
"karma-mocha": "^1.1.1",
|
|
"karma-mocha-reporter": "^2.0.4",
|
|
"karma-sinon-chai": "^1.2.3",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-webpack": "^1.7.0",
|
|
"less": "^2.7.1",
|
|
"less-loader": "^2.2.3",
|
|
"lodash": "^4.14.0",
|
|
"mocha": "^2.5.3",
|
|
"react": "^15.2.1",
|
|
"react-addons-test-utils": "^15.4.2",
|
|
"react-bootstrap": "^0.30.0",
|
|
"react-dom": "^15.2.1",
|
|
"react-router-dom": "^4.0.0",
|
|
"release-script": "^1.0.2",
|
|
"rimraf": "^2.5.4",
|
|
"shelljs": "^0.7.2",
|
|
"sinon": "^1.17.4",
|
|
"sinon-chai": "^2.8.0",
|
|
"style-loader": "^0.13.1",
|
|
"url-loader": "^0.5.7",
|
|
"webpack": "^1.13.1",
|
|
"webpack-dev-server": "^1.14.1",
|
|
"yargs": "^4.8.1"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/react-bootstrap/react-router-bootstrap",
|
|
"keywords": [
|
|
"react",
|
|
"react-router",
|
|
"react-bootstrap"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./lib/index.js",
|
|
"name": "react-router-bootstrap",
|
|
"peerDependencies": {
|
|
"react": ">=0.14.0",
|
|
"react-router-dom": ">=4.0.0"
|
|
},
|
|
"release-script": {
|
|
"bowerRepo": "git@github.com:react-bootstrap/react-router-bootstrap-bower.git"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/react-bootstrap/react-router-bootstrap.git"
|
|
},
|
|
"scripts": {
|
|
"bower-prepare": "babel-node scripts/bower-prepare.js",
|
|
"build": "rimraf lib && babel src -d lib && webpack && webpack -p && npm run bower-prepare",
|
|
"lint": "eslint scripts src test *.js",
|
|
"release": "release",
|
|
"tdd": "karma start",
|
|
"test": "npm run lint && karma start --single-run",
|
|
"visual-test": "open http://localhost:8080/ && webpack-dev-server --config webpack.visual.config.babel.js"
|
|
},
|
|
"version": "0.25.0"
|
|
}
|