react-scroll-paged-view
Version:
Inside scroll, Full page scroll
51 lines (50 loc) • 1.38 kB
JSON
{
"name": "react-scroll-paged-view",
"version": "2.2.6",
"description": "Inside scroll, Full page scroll",
"main": "./lib",
"scripts": {
"build": "rm -rf ./lib && babel src/ --out-dir lib/",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TaumuLu/react-scroll-paged-view.git"
},
"author": "TaumuLu",
"license": "ISC",
"bugs": {
"url": "https://github.com/TaumuLu/react-scroll-paged-view/issues"
},
"keywords": [
"react",
"react-native",
"scrollView",
"Full page scroll",
"Full screen scroll",
"scroll",
"paged",
"view"
],
"homepage": "https://github.com/TaumuLu/react-scroll-paged-view#readme",
"dependencies": {
"animated": "^0.2.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^3.3.1",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-markdown": "1.0.0-beta.3",
"eslint-plugin-react": "^6.1.2",
"eslint-tinker": "^0.4.0"
}
}