-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 948 Bytes
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "react-everscroll",
"version": "0.0.4",
"description": "Performant large lists and infinite scrolling in React.",
"main": "index.js",
"dependencies": {
"immutable": "^3.6.2",
"lodash": "^3.1.0"
},
"peerDependencies": {
"react": "0.12.x || >=0.13.0-beta.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gnoff <[email protected]>",
"maintainers": [
{
"name": "gnoff",
"email": "[email protected]"
},
{
"name": "rt2zz",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gnoff/react-everscroll.git"
},
"keywords": [
"react",
"reactjs",
"infinite",
"everscroll"
],
"bugs": {
"url": "https://github.com/gnoff/react-everscroll/issues"
},
"homepage": "https://github.com/gnoff/react-everscroll"
}