{
  "name": "rollex",
  "version": "1.0.0-rc.9",
  "description": "A counter React component",
  "main": "lib/index.js",
  "repository": "umbrellio/rollex",
  "author": "Alexander Komarov <ak@akxcv.com>",
  "license": "MIT",
  "keywords": [
    "react",
    "counter",
    "component",
    "time",
    "animated"
  ],
  "peerDependencies": {
    "react": ">= 15.5.4",
    "react-dom": ">= 15.5.4"
  },
  "scripts": {
    "prepublishOnly": "yarn run test && yarn run build",
    "build": "yarn run build:lib && yarn run build:vendor",
    "build:dev": "webpack",
    "prebuild:lib": "rimraf dist && rimraf build",
    "build:lib": "yarn run babel src -- --out-dir lib",
    "build:vendor": "webpack && webpack -p",
    "build:watch": "yarn run build:dev -- --watch",
    "preesdoc": "rimraf docs",
    "esdoc": "esdoc",
    "lint": "eslint .",
    "lint-staged": "lint-staged",
    "test": "yarn run test:unit && yarn run test:acceptance && yarn run lint",
    "test:acceptance": "karma start",
    "test:acceptance:watch": "WATCH=true yarn run test:acceptance -- --no-single-run",
    "test:unit": "jest",
    "test:unit:watch": "yarn run test:unit -- --watch --coverage"
  },
  "lint-staged": {
    "*.js": [
      "prettier --write --no-semi",
      "eslint --fix",
      "git add"
    ]
  },
  "pre-commit": [
    "lint-staged"
  ],
  "jest": {
    "browser": true,
    "collectCoverageFrom": [
      "src/**/*.js",
      "!src/index.js"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/test/acceptance/"
    ]
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.23.1",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.3.2",
    "babel-plugin-transform-class-properties": "^6.23.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.1",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-react": "^6.23.0",
    "enzyme": "^2.8.2",
    "enzyme-to-json": "^1.5.1",
    "esdoc": "^0.5.2",
    "eslint": "^3.17.0",
    "eslint-config-react": "^1.1.7",
    "eslint-config-standard": "^7.0.0",
    "eslint-config-standard-react": "^4.2.0",
    "eslint-config-umbrellio": "^0.3.3",
    "eslint-plugin-curry": "^0.1.0",
    "eslint-plugin-flowtype": "^2.32.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jest": "^19.0.1",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-node": "^4.2.2",
    "eslint-plugin-prefer-object-spread": "^1.2.1",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-react": "^6.10.3",
    "eslint-plugin-standard": "^2.1.1",
    "jasmine-core": "^2.5.2",
    "jest": "^19.0.2",
    "karma": "^1.5.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-firefox-launcher": "^1.0.1",
    "karma-jasmine": "^1.1.0",
    "karma-safari-launcher": "^1.0.0",
    "karma-sauce-launcher": "^1.1.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.2",
    "lint-staged": "^3.3.1",
    "pre-commit": "^1.2.2",
    "prettier": "^1.3.1",
    "prop-types": "^15.5.8",
    "react": "^15.5.4",
    "react-addons-test-utils": "^15.5.1",
    "react-dom": "^15.5.4",
    "rimraf": "^2.6.1",
    "webpack": "^2.2.1"
  }
}
