UNPKG

react-bootstrap

Version:

Bootstrap 3 components build with React

66 lines 1.88 kB
{ "name": "react-bootstrap", "version": "0.16.0", "description": "Bootstrap 3 components build with React", "repository": { "type": "git", "url": "react-bootstrap/react-bootstrap" }, "homepage": "http://react-bootstrap.github.io/", "scripts": { "build": "./node_modules/.bin/grunt build", "test-watch": "./node_modules/.bin/grunt test-watch", "test": "./node_modules/.bin/grunt test" }, "main": "lib/main.js", "directories": { "lib": "lib/" }, "keywords": [ "react", "ecosystem-react", "react-component", "bootstrap" ], "author": "Stephen J. Collings <stevoland@gmail.com>", "license": "MIT", "peerDependencies": { "react": ">=0.12" }, "devDependencies": { "async": "~0.2.9", "envify": "~1.2.1", "grunt": "~0.4.2", "grunt-amd-wrap": "^1.0.1", "grunt-browserify": "~1.3.0", "grunt-cli": "~0.1.13", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-requirejs": "~0.4.1", "grunt-contrib-uglify": "~0.3.2", "grunt-contrib-watch": "~0.5.3", "grunt-karma": "^0.10.1", "grunt-react": "~0.10.0", "grunt-shell": "~0.6.4", "karma": "~0.12.8", "karma-chai": "0.0.2", "karma-chrome-launcher": "~0.1.2", "karma-coffee-preprocessor": "~0.1.2", "karma-firefox-launcher": "~0.1.3", "karma-html2js-preprocessor": "~0.1.0", "karma-jasmine": "~0.1.5", "karma-mocha": "~0.1.1", "karma-phantomjs-launcher": "~0.1.1", "karma-requirejs": "~0.2.1", "karma-script-launcher": "~0.1.0", "karma-sinon": "^1.0.3", "mocha": "~1.16.2", "react": "~0.12.0", "react-async": "~2.0.0", "react-router-component": "git://github.com/STRML/react-router-component#react-0.12", "requirejs": "~2.1.9", "rf-changelog": "^0.4.0", "semver": "~2.0.7", "sinon": "^1.10.3" } }