{
  "name": "react-async-load-script",
  "version": "1.0.7",
  "description": "Async script loader HOC for React",
  "main": "lib/index.js",
  "scripts": {
    "test": "jest",
    "watch": "BABEL_ENV=production babel --watch *.js --out-dir lib",
    "prettier": "prettier-standard '*.js'",
    "test:watch": "yarn test --watchAll",
    "prepublish": "BABEL_ENV=production babel index.js --out-dir lib"
  },
  "keywords": [],
  "author": "Vinay M <rmdort@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "one-time": "^0.0.4"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "enzyme": "^3.2.0",
    "enzyme-adapter-react-16": "^1.1.0",
    "jest": "^21.2.1",
    "prettier-standard": "^7.0.3",
    "react": "^16.2.0",
    "react-dom": "^16.2.0"
  },
  "peerDependencies": {
    "react": "^16.2.0",
    "react-dom": "^16.2.0"
  },
  "jest": {
    "roots": [
      "<rootDir>"
    ],
    "setupTestFrameworkScriptFile": "<rootDir>/__tests__/setup.js",
    "testPathIgnorePatterns": [
      "<rootDir>/__tests__/setup.js"
    ]
  }
}
