{
  "name": "react-pull-to-refresh",
  "version": "1.0.6",
  "description": "A React component for pull to refresh on the web.",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bryaneaton13/react-pull-to-refresh.git"
  },
  "homepage": "https://github.com/bryaneaton13/react-pull-to-refresh#readme",
  "bugs": {
    "url": "https://github.com/bryaneaton13/react-pull-to-refresh/issues"
  },
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "eslint lib examples && NODE_ENV=test karma start karma.conf.js --single-run --browsers Chrome",
    "start": "webpack-dev-server --inline --config webpack.config.js --content-base examples/",
    "clean": "rimraf lib dist",
    "build": "npm run clean && npm run build:lib && npm run build:file && npm run build:minify",
    "build:lib": "babel src --out-dir lib",
    "build:file": "webpack --config webpack.build.js",
    "build:minify": "MINIFY=1 npm run build:file",
    "prepublish": "npm run build"
  },
  "authors": [
    "Bryan Eaton"
  ],
  "license": "MIT",
  "devDependencies": {
    "babel": "5.8.23",
    "babel-core": "5.8.25",
    "babel-eslint": "4.1.3",
    "babel-loader": "5.3.2",
    "eslint": "1.6.0",
    "eslint-plugin-react": "3.5.1",
    "react": "^0.14.3",
    "react-dom": "0.14.2",
    "rimraf": "^2.4.4",
    "webpack": "1.12.2",
    "webpack-dev-server": "1.12.0"
  },
  "tags": [
    "react",
    "pull-to-refresh",
    "refresh",
    "web-pull-to-refresh"
  ],
  "keywords": [
    "react",
    "react-component",
    "pull-to-refresh",
    "refresh",
    "web-pull-to-refresh"
  ],
  "dependencies": {
    "hammerjs": "^2.0.4"
  },
  "gitHead": "1cc73287760aaba67a0b8d289ddf872093da9643",
  "_id": "react-pull-to-refresh@1.0.6",
  "_shasum": "3a62578718f19c657600398cf3c92737ba893c77",
  "_from": "react-pull-to-refresh@>=1.0.6 <2.0.0",
  "_npmVersion": "3.6.0",
  "_nodeVersion": "5.6.0",
  "_npmUser": {
    "name": "bryaneaton13",
    "email": "bryaneaton13@gmail.com"
  },
  "dist": {
    "shasum": "3a62578718f19c657600398cf3c92737ba893c77",
    "tarball": "https://registry.npmjs.org/react-pull-to-refresh/-/react-pull-to-refresh-1.0.6.tgz"
  },
  "maintainers": [
    {
      "name": "bryaneaton13",
      "email": "bryaneaton13@gmail.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/react-pull-to-refresh-1.0.6.tgz_1467822970582_0.8889083045069128"
  },
  "_resolved": "http://registry.npmjs.org/react-pull-to-refresh/-/react-pull-to-refresh-1.0.6.tgz",
  "readme": "ERROR: No README data found!"
}
