You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
2.8 KiB
98 lines
2.8 KiB
10 years ago
|
{
|
||
|
"name": "react-router-bootstrap",
|
||
|
"version": "0.13.0",
|
||
|
"description": "react-router and react-bootstrap compatible components",
|
||
|
"main": "./lib/index.js",
|
||
|
"scripts": {
|
||
|
"prepublish": "npm run build",
|
||
|
"build": "./node_modules/react-tools/bin/jsx --harmony -x js src lib && rm -rf lib/.module-cache && ./node_modules/.bin/webpack lib/index.js lib/ReactRouterBootstrap.js && COMPRESS=1 ./node_modules/.bin/webpack lib/index.js lib/ReactRouterBootstrap.min.js",
|
||
|
"test": "karma start karma.conf.js --single-run",
|
||
|
"tdd": "karma start karma.conf.js",
|
||
|
"visual-test": "webpack-dev-server --config webpack.test.config"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:mtscout6/react-router-bootstrap.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"react-router",
|
||
|
"react-bootstrap"
|
||
|
],
|
||
|
"author": {
|
||
|
"name": "Matt Smith",
|
||
|
"email": "mtscout6@gmail.com"
|
||
|
},
|
||
|
"license": "Apache2",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mtscout6/react-router-bootstrap/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/mtscout6/react-router-bootstrap",
|
||
|
"peerDependencies": {
|
||
|
"react-bootstrap": ">=0.15",
|
||
|
"react-router": ">=0.13.1",
|
||
|
"classnames": ">=1.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"bootstrap": "^3.3.1",
|
||
|
"chai": "^1.10.0",
|
||
|
"css-loader": "^0.9.1",
|
||
|
"file-loader": "^0.8.1",
|
||
|
"jshint-loader": "^0.8.0",
|
||
|
"jsx-loader": "^0.12.2",
|
||
|
"karma": "^0.12.31",
|
||
|
"karma-chrome-launcher": "^0.1.7",
|
||
|
"karma-cli": "0.0.4",
|
||
|
"karma-mocha": "^0.1.10",
|
||
|
"karma-mocha-reporter": "^0.3.1",
|
||
|
"karma-phantomjs-launcher": "^0.1.4",
|
||
|
"karma-webpack": "^1.5.0",
|
||
|
"less": "^2.2.0",
|
||
|
"less-loader": "^2.0.0",
|
||
|
"mocha": "^2.1.0",
|
||
|
"phantomjs": "^1.9.13",
|
||
|
"react": "*",
|
||
|
"react-bootstrap": ">=0.15",
|
||
|
"react-router": ">=0.13.1",
|
||
|
"classnames": ">=1.2.0",
|
||
|
"react-tools": "^0.12.1",
|
||
|
"style-loader": "^0.8.2",
|
||
|
"url-loader": "^0.5.5",
|
||
|
"webpack": "^1.4.15",
|
||
|
"webpack-dev-server": "^1.7.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"gitHead": "66da465a6e56980fc46ae448b6cb4b07fd596a91",
|
||
|
"_id": "react-router-bootstrap@0.13.0",
|
||
|
"_shasum": "dbd7b99fb6b16c7ec0b716058b89234df89c4065",
|
||
|
"_from": "react-router-bootstrap@*",
|
||
|
"_npmVersion": "2.7.1",
|
||
|
"_nodeVersion": "0.12.0",
|
||
|
"_npmUser": {
|
||
|
"name": "idolize",
|
||
|
"email": "david.idol@gmail.com"
|
||
|
},
|
||
|
"dist": {
|
||
|
"shasum": "dbd7b99fb6b16c7ec0b716058b89234df89c4065",
|
||
|
"tarball": "http://registry.npmjs.org/react-router-bootstrap/-/react-router-bootstrap-0.13.0.tgz"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "mtscout6",
|
||
|
"email": "mtscout6@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "vespakoen",
|
||
|
"email": "k.schmeets@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "idolize",
|
||
|
"email": "david.idol@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/react-router-bootstrap/-/react-router-bootstrap-0.13.0.tgz"
|
||
|
}
|