{
  "name": "react-component-base",
  "version": "0.1.0",
  "description": "An opinionated structure for reusable and declouped react components.",
  "main": "dist/Counter.js",
  "scripts": {
    "build": "npm run clean && ./node_modules/.bin/babel src -d dist",
    "publish": "npm run build && npm publish",
    "clean": "rimraf dist",
    "storybook": "./node_modules/.bin/start-storybook -p 9001 -c ./storybook",
    "build-storybook": "./node_modules/.bin/build-storybook -c ./storybook -o .out",
    "deploy-storybook": "storybook-to-ghpages",
    "test": "./node_modules/.bin/mocha --require tests/helpers/setup.js tests/specs/**/*.spec.js",
    "test:tdd": "./node_modules/.bin/mocha --require tests/helpers/setup.js tests/specs/**/*.spec.js -w",
    "test:coverage": "./node_modules/.bin/nyc --reporter=html --reporter=text ./node_modules/.bin/mocha tests/helpers/setup.js tests/specs/**/*.spec.js",
    "lint": "./node_modules/.bin/eslint src",
    "lint:fix": "./node_modules/.bin/eslint src --fix",
    "prepush": "npm run lint && npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/e-project/react-component-base.git"
  },
  "keywords": [
    "react",
    "component",
    "base"
  ],
  "author": "Willian Justen de Vasconcellos <willianjustenqui@gmail.com> (http://willianjusten.com.br/)",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/e-project/react-component-base/issues"
  },
  "homepage": "https://gitlab.com/e-project/react-component-base#README",
  "devDependencies": {
    "@kadira/storybook": "^1.38.0",
    "assert-equal-jsx": "^1.0.3",
    "babel-cli": "^6.11.4",
    "babel-core": "^6.10.4",
    "babel-loader": "^6.2.4",
    "babel-preset-airbnb": "^2.0.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-0": "^6.5.0",
    "chai": "^3.5.0",
    "enzyme": "^2.4.1",
    "eslint": "^3.0.1",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.10.2",
    "eslint-plugin-jsx-a11y": "^1.5.5",
    "eslint-plugin-react": "^5.2.2",
    "husky": "^0.11.4",
    "jsdom": "^9.4.1",
    "mocha": "^2.5.3",
    "nyc": "^7.0.0",
    "raw-loader": "^0.5.1",
    "react-addons-test-utils": "^15.2.1",
    "rimraf": "^2.5.3",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0",
    "style-loader": "^0.13.1"
  },
  "dependencies": {
    "@kadira/storybook-deployer": "^1.0.0",
    "react": "^15.2.1",
    "react-dom": "^15.2.1"
  }
}
