{
  "name": "primitives",
  "version": "0.1.8",
  "description": "Primitive React components and stylesheet",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/nthtran/primitives.git"
  },
  "scripts": {
    "build": "npm run clean && babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/ && cp README.md dist/ && flow-copy-source -v src dist",
    "clean": "rimraf dist coverage",
    "lint": "eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)",
    "check": "flow check",
    "test": "jest",
    "test:watch": "jest --watch",
    "storybook": "start-storybook -p 9001 -c .storybook"
  },
  "dependencies": {
    "fbjs": "^0.8.6",
    "glamor": "^2.18.2",
    "lodash": "^4.17.2"
  },
  "peerDependencies": {
    "react": "^15.3.2",
    "react-dom": "^15.3.2"
  },
  "devDependencies": {
    "@kadira/storybook": "^2.30.1",
    "@kadira/storybook-addon-knobs": "^1.5.0",
    "@kadira/storybook-addons": "^1.6.1",
    "babel-cli": "^6.18.0",
    "babel-eslint": "^7.1.0",
    "babel-preset-env": "^0.0.9",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-1": "^6.16.0",
    "enzyme": "^2.5.1",
    "eslint": "^3.10.2",
    "eslint-config-react-app": "^0.4.0",
    "eslint-plugin-flowtype": "^2.25.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.1",
    "eslint-plugin-react": "^6.7.1",
    "flow-bin": "^0.36.0",
    "flow-copy-source": "^1.1.0",
    "jest": "^17.0.3",
    "react": "^15.4.0",
    "react-addons-test-utils": "^15.4.0",
    "react-dom": "^15.4.0",
    "rimraf": "^2.5.4"
  }
}
