forked from jossmac/react-scrolllock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 733 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "react-scrolllock",
"version": "1.0.9",
"description": "Prevent scroll on the body when component is mounted.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jossmac/react-scrolllock.git"
},
"author": "Joss Mackison (https://github.com/jossmac)",
"license": "MIT",
"keywords": [
"react",
"react-component",
"scroll",
"scroll-lock"
],
"bugs": {
"url": "https://github.com/jossmac/react-scrolllock/issues"
},
"peerDependencies": {
"react": "^0.14 || ^15.0 || ^16.0"
},
"homepage": "https://github.com/jossmac/react-scrolllock#readme",
"dependencies": {
"create-react-class": "^15.5.2",
"prop-types": "^15.5.10"
}
}