Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/redux-thunks/
Upload File :
Current File : //etc/kibana/node_modules/redux-thunks/package.json

{
  "name": "redux-thunks",
  "version": "1.0.0",
  "description": "Thunk creator for redux",
  "main": "cjs/index.js",
  "module": "src/index.js",
  "scripts": {
    "lint": "eslint *.js src/**/*.js",
    "build": "rimraf cjs && babel --out-dir cjs --ignore __tests__ src",
    "prepublishOnly": "npm run build",
    "test": "npm run build && npm run lint && nyc ava",
    "test:only": "npm run build && ava",
    "test:dev": "ava --watch",
    "report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/w33ble/redux-thunks.git"
  },
  "keywords": [],
  "author": "Joe Fleming (https://github.com/w33ble)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/w33ble/redux-thunks/issues"
  },
  "homepage": "https://github.com/w33ble/redux-thunks",
  "babel": {
    "presets": [
      [
        "env",
        {
          "targets": {
            "node": 6,
            "browsers": [
              "last 2 versions",
              "ie >= 11"
            ]
          }
        }
      ]
    ]
  },
  "dependencies": {},
  "peerDependencies": {
    "redux-thunk": "^2.2.0"
  },
  "devDependencies": {},
  "cleaned": true
}