{
  "name": "rx-ui",
  "version": "0.1.4",
  "description": "Shared React components and stylesheets for Recruitics projects",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/recruitics-ondemand/rx-ui"
  },
  "scripts": {
    "compile": "node_modules/.bin/babel -d ./lib/ ./src/",
    "prepublish": "npm run compile",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": {
    "name": "Omar Delarosa",
    "email": "thedelarosa@gmail.com",
    "url": "http://www.omardelarosa.com"
  },
  "contributors": [
    {
      "name": "Omar Delarosa",
      "email": "thedelarosa@gmail.com",
      "url": "http://www.omardelarosa.com"
    }
  ],
  "license": "ISC",
  "dependencies": {
    "babel": "^5.8.23",
    "babel-core": "^5.8.25",
    "babel-loader": "^5.3.2",
    "babel-runtime": "^5.8.25",
    "bootstrap-sass": "^3.3.5",
    "core-js": "^1.2.1",
    "jquery": "^2.1.4",
    "lodash": "^3.10.1",
    "react": "~0.14.6",
    "react-bootstrap": "~0.28.2",
    "react-fontawesome": "~0.3.3",
    "webpack": "^1.12.2"
  },
  "devDependencies": {
    "babel": "^5.8.23",
    "eslint": "^1.6.0",
    "eslint-plugin-react": "^3.5.1",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.2.1",
    "gulp-eslint": "^1.0.0"
  }
}
