{
  "name": "forgekit",
  "version": "2.2.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "babel ./lib --out-dir ./",
    "dev": "babel --watch ./lib --out-dir ./",
    "prepublish": "npm run build",
    "clear": "rimraf index.js",
    "test": "jest --coverage",
    "test-dev": "jest --watch --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tuchk4/forgekit.git"
  },
  "keywords": [
    "react",
    "components",
    "ui",
    "featuring",
    "forgekit"
  ],
  "author": "Valerii Sorokobatko <valeriy.sorokobatko@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tuchk4/forgekit/issues"
  },
  "devDependencies": {
    "babel-cli": "^6.16.0",
    "babel-core": "^6.17.0",
    "babel-preset-es2015": "^6.16.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.16.0",
    "eslint": "^3.8.1",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-plugin-import": "^1.16.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.4.1",
    "jest": "^17.0.0",
    "react-test-renderer": "^15.3.2",
    "rimraf": "^2.5.4"
  },
  "peerDependencies": {
    "react": "^15.3.2"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "__tests__/components/",
      "__tests__/utils/"
    ]
  },
  "dependencies": {}
}
