@piranna/react-pull-to-refresh
Version:
A React component for pull to refresh on the web.
64 lines (63 loc) • 1.8 kB
JSON
{
"name": "@piranna/react-pull-to-refresh",
"version": "1.1.2",
"description": "A React component for pull to refresh on the web.",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/bryaneaton13/react-pull-to-refresh.git"
},
"homepage": "https://github.com/bryaneaton13/react-pull-to-refresh",
"bugs": "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.9",
"react-dom": "0.14.9",
"rimraf": "^2.4.4",
"webpack": "1.12.2",
"webpack-dev-server": "1.12.0"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.0.0",
"react-dom": "^0.14.9 || ^15.0.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",
"prop-types": "^15.5.10"
}
}