{
  "name": "react-bootstrap",
  "version": "0.3.0",
  "description": "Bootstrap 3 components build with React",
  "main": "main.js",
  "scripts": {
    "build": "./node_modules/.bin/grunt build",
    "test-watch": "./node_modules/.bin/grunt watch 2>&1 >/dev/null & karma start karma.dev.js",
    "test": "./node_modules/.bin/grunt build && karma start karma.ci.js"
  },
  "keywords": [
    "react",
    "bootstrap"
  ],
  "author": "Stephen J. Collings <stevoland@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "react": "~0.8"
  },
  "devDependencies": {
    "karma-chai": "0.0.2",
    "mocha": "~1.16.2",
    "karma-script-launcher": "~0.1.0",
    "karma-chrome-launcher": "~0.1.2",
    "karma-html2js-preprocessor": "~0.1.0",
    "karma-firefox-launcher": "~0.1.3",
    "karma-jasmine": "~0.1.5",
    "karma-coffee-preprocessor": "~0.1.2",
    "requirejs": "~2.1.9",
    "karma-requirejs": "~0.2.1",
    "karma-phantomjs-launcher": "~0.1.1",
    "karma": "~0.10.9",
    "karma-mocha": "~0.1.1",
    "react": "git://github.com/stevoland/react-with-test-utils",
    "envify": "~0.2.0",
    "grunt-es6-module-transpiler": "~0.6.0",
    "grunt": "~0.4.2",
    "grunt-contrib-uglify": "~0.3.2",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-es6-module-wrap-default": "~0.1.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-browserify": "~1.3.0",
    "grunt-cli": "~0.1.13",
    "grunt-react": "~0.6.0",
    "grunt-contrib-requirejs": "~0.4.1",
    "grunt-shell": "~0.6.4"
  }
}
