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.
119 lines
3.3 KiB
119 lines
3.3 KiB
10 years ago
|
{
|
||
|
"name": "react-bootstrap",
|
||
|
"version": "0.20.3",
|
||
|
"description": "Bootstrap 3 components build with React",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/react-bootstrap/react-bootstrap"
|
||
|
},
|
||
|
"homepage": "http://react-bootstrap.github.io/",
|
||
|
"scripts": {
|
||
|
"build": "node run-babel tools/build.js",
|
||
|
"test-watch": "karma start",
|
||
|
"test": "karma start --single-run && npm run lint && npm run build",
|
||
|
"lint": "eslint src test docs ie8 tools webpack karma.conf.js webpack.config.js webpack.docs.js",
|
||
|
"docs-build": "node run-babel tools/build.js --docs-only",
|
||
|
"docs": "node run-babel docs/server.js",
|
||
|
"docs-prod": "webpack --config webpack.docs.js -p --progress && NODE_ENV=production node run-babel docs/server.js",
|
||
|
"ie8": "node run-babel ie8/server.js"
|
||
|
},
|
||
|
"main": "lib/index.js",
|
||
|
"directories": {
|
||
|
"lib": "lib/"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"ecosystem-react",
|
||
|
"react-component",
|
||
|
"bootstrap"
|
||
|
],
|
||
|
"author": {
|
||
|
"name": "Stephen J. Collings",
|
||
|
"email": "stevoland@gmail.com"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"peerDependencies": {
|
||
|
"react": ">=0.13"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"babel": "^4.7.0",
|
||
|
"babel-core": "^4.7.4",
|
||
|
"babel-eslint": "^2.0.2",
|
||
|
"babel-loader": "^4.1.0",
|
||
|
"bootstrap": "^3.3.4",
|
||
|
"brfs": "^1.4.0",
|
||
|
"chai": "^2.2.0",
|
||
|
"child-process-promise": "^1.0.1",
|
||
|
"client-loader": "0.0.1",
|
||
|
"codemirror": "^5.0.0",
|
||
|
"colors": "^1.0.3",
|
||
|
"css-loader": "^0.9.1",
|
||
|
"es5-shim": "^4.1.0",
|
||
|
"eslint": "^0.18.0",
|
||
|
"eslint-plugin-react": "^2.1.0",
|
||
|
"express": "^4.12.3",
|
||
|
"extract-text-webpack-plugin": "^0.3.8",
|
||
|
"file-loader": "^0.8.1",
|
||
|
"fs-extra": "^0.18.0",
|
||
|
"fs-promise": "^0.3.1",
|
||
|
"json-loader": "^0.5.1",
|
||
|
"karma": "~0.12.32",
|
||
|
"karma-chai": "^0.1.0",
|
||
|
"karma-chrome-launcher": "~0.1.2",
|
||
|
"karma-cli": "0.0.4",
|
||
|
"karma-firefox-launcher": "~0.1.3",
|
||
|
"karma-mocha": "~0.1.1",
|
||
|
"karma-mocha-reporter": "^1.0.2",
|
||
|
"karma-phantomjs-launcher": "~0.1.1",
|
||
|
"karma-sinon": "^1.0.3",
|
||
|
"karma-sourcemap-loader": "^0.3.4",
|
||
|
"karma-webpack": "^1.5.0",
|
||
|
"less": "^2.4.0",
|
||
|
"less-loader": "^2.1.0",
|
||
|
"lodash": "^3.5.0",
|
||
|
"mocha": "^2.2.1",
|
||
|
"react": "^0.13.1",
|
||
|
"react-router": "^0.13.1",
|
||
|
"rf-changelog": "^0.4.0",
|
||
|
"rimraf": "^2.3.2",
|
||
|
"semver": "^4.3.1",
|
||
|
"sinon": "^1.10.3",
|
||
|
"style-loader": "^0.9.0",
|
||
|
"transform-loader": "^0.2.1",
|
||
|
"webpack": "^1.7.2",
|
||
|
"webpack-dev-middleware": "^1.0.11",
|
||
|
"yargs": "^3.5.4"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"classnames": "^1.1.4"
|
||
|
},
|
||
|
"gitHead": "f167c1388da7326113d8836f948efeb843743c14",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/react-bootstrap/react-bootstrap/issues"
|
||
|
},
|
||
|
"_id": "react-bootstrap@0.20.3",
|
||
|
"_shasum": "5210e8af7211bd4684b21180f2871d12aebb4ea1",
|
||
|
"_from": "react-bootstrap@*",
|
||
|
"_npmVersion": "2.7.1",
|
||
|
"_nodeVersion": "0.12.0",
|
||
|
"_npmUser": {
|
||
|
"name": "mtscout6",
|
||
|
"email": "mtscout6@gmail.com"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "stevoland",
|
||
|
"email": "stevoland@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "mtscout6",
|
||
|
"email": "mtscout6@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dist": {
|
||
|
"shasum": "5210e8af7211bd4684b21180f2871d12aebb4ea1",
|
||
|
"tarball": "http://registry.npmjs.org/react-bootstrap/-/react-bootstrap-0.20.3.tgz"
|
||
|
},
|
||
|
"_resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-0.20.3.tgz"
|
||
|
}
|