{
  "name": "is-react-prop",
  "version": "1.0.0",
  "description": "Check if property is react property",
  "main": "index.js",
  "browser": {
    "is-react-prop": "./client/index.js",
    "./checkAttr": "./client/checkAttr.js"
  },
  "scripts": {
    "clean": "rm -rf lib/*",
    "lint": "eslint src",
    "test": "npm run test:server && npm run test:client",
    "test:client": "cross-env NODE_ENV=test karma start --single-run",
    "test:server": "jest",
    "test:client:watch": "cross-env NODE_ENV=test karma start",
    "test:server:watch": "jest --watch",
    "prebuild": "npm run clean && npm run lint && npm run flow && npm test",
    "build": "babel src --out-dir lib --ignore tests",
    "postbuild": "npm run flow:cpsrc && copyfiles -e './*.js' ./*.* LICENSE -a -f lib",
    "flow": "flow check",
    "flow:cpsrc": "flow-copy-source -i '**/tests/**' src lib",
    "flow:typed": "flow-typed install",
    "flow:stub": "flow-typed create-stub"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lttb/is-react-prop.git"
  },
  "author": "lttb <kenzhaev.artur@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lttb/is-react-prop/issues"
  },
  "homepage": "https://github.com/lttb/is-react-prop#readme",
  "devDependencies": {
    "@lttb/eslint-config-default": "github:lttb/configs#js",
    "babel-cli": "^6.23.0",
    "babel-core": "^6.23.1",
    "babel-loader": "^7.0.0",
    "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "chai": "^3.5.0",
    "copyfiles": "^1.2.0",
    "cross-env": "^4.0.0",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^3.13.0",
    "flow-bin": "^0.44.2",
    "flow-copy-source": "^1.1.0",
    "flow-typed": "^2.0.0",
    "jest": "^19.0.2",
    "karma": "^1.6.0",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-chrome-launcher": "^2.0.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.3",
    "karma-requirejs": "^1.1.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.3",
    "mocha": "^3.3.0",
    "react": "^15.5.4",
    "react-html-attributes": "^1.3.0",
    "requirejs": "^2.3.3",
    "svg-elements": "^1.0.2",
    "webpack": "^2.4.1"
  },
  "keywords": [
    "react",
    "prop"
  ],
  "jest": {
    "rootDir": "src",
    "testPathIgnorePatterns": [
      "client"
    ]
  }
}
