|
1 | 1 | { |
2 | | - "name": "react-list-scroll-bound", |
3 | | - "version": "16.3.0", |
4 | | - "description": "prevent body scrolling, if list border reached, to get a better experience", |
5 | | - "main": "dist/listScrollBound.js", |
6 | | - "repository": { |
7 | | - "type": "git", |
8 | | - "url": "https://github.com/fluse/react-list-scroll-bound.git" |
9 | | - }, |
10 | | - "keywords": [ |
11 | | - "React", |
12 | | - "scrolling", |
13 | | - "prevent body", |
14 | | - "list", |
15 | | - "react-component", |
16 | | - "es5", |
17 | | - "es6" |
18 | | - ], |
19 | | - "author": "Holger Schauf", |
20 | | - "website": "http://www.holger-schauf.de", |
21 | | - "license": "MIT", |
22 | | - "bugs": { |
23 | | - "url": "https://github.com/fluse/react-list-scroll-bound/issues" |
24 | | - }, |
25 | | - "homepage": "https://github.com/fluse/react-list-scroll-bound", |
26 | | - "scripts": { |
27 | | - "compile": "babel ./src/listScrollBound.jsx -o ./dist/listScrollBound.js" |
28 | | - }, |
29 | | - "devDependencies": { |
30 | | - "babel-cli": "^6.8.0", |
31 | | - "babel-core": "^6.7.4", |
32 | | - "babel-preset-es2015": "^6.6.0", |
33 | | - "babel-preset-react": "^6.5.0" |
34 | | - }, |
35 | | - "peerDependencies": { |
36 | | - "react": "^0.14.0 || ^15.5.0 || ^16.x.x", |
37 | | - "prop-types": "^15.5.8 || ^16.x.x", |
38 | | - "react-dom": "^0.14.0 || ^15.5.0 || ^16.x.x" |
39 | | - } |
| 2 | + "name": "react-list-scroll-bound", |
| 3 | + "version": "16.3.0", |
| 4 | + "description": "prevent body scrolling, if list border reached, to get a better experience", |
| 5 | + "main": "dist/listScrollBound.js", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/fluse/react-list-scroll-bound.git" |
| 9 | + }, |
| 10 | + "keywords": [ |
| 11 | + "React 15", |
| 12 | + "React 16", |
| 13 | + "scrolling", |
| 14 | + "prevent body", |
| 15 | + "onWheel", |
| 16 | + "div scroll", |
| 17 | + "list", |
| 18 | + "react-component" |
| 19 | + ], |
| 20 | + "author": "Holger Schauf", |
| 21 | + "website": "http://www.holger-schauf.de", |
| 22 | + "license": "MIT", |
| 23 | + "bugs": { |
| 24 | + "url": "https://github.com/fluse/react-list-scroll-bound/issues" |
| 25 | + }, |
| 26 | + "homepage": "https://github.com/fluse/react-list-scroll-bound", |
| 27 | + "scripts": { |
| 28 | + "compile": "babel ./src/listScrollBound.jsx -o ./dist/listScrollBound.js" |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "babel-cli": "^6.8.0", |
| 32 | + "babel-core": "^6.7.4", |
| 33 | + "babel-preset-es2015": "^6.6.0", |
| 34 | + "babel-preset-react": "^6.5.0" |
| 35 | + }, |
| 36 | + "peerDependencies": { |
| 37 | + "react": "^0.14.0 || ^15.5.0 || ^15.5.0 || ^16.x.x", |
| 38 | + "prop-types": "^15.5.8 || ^16.x.x", |
| 39 | + "react-dom": "^0.14.0 || ^15.5.0 || ^16.x.x" |
| 40 | + } |
40 | 41 | } |
0 commit comments