forked from stutrek/scrollmonitor-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 1.94 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "scrollmonitor-react",
"version": "2.1.2",
"description": "React HOC for the scrollMonitor",
"main": "dist/index.js",
"files": "dist/index.js",
"scripts": {
"build": "babel index.js -d dist --source-maps"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/stutrek/scrollmonitor-react.git"
},
"keywords": [
"scroll",
"events",
"scrollmonitor",
"react"
],
"author": "Stu Kabakoff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stutrek/scrollmonitor-react/issues"
},
"homepage": "https://github.com/stutrek/scrollmonitor-react#readme",
"dependencies": {
"scrollmonitor": "^1.1.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.16.0"
},
"peerDependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-0"
]
},
"contributors": [
{
"name": "Stu Kabakoff",
"email": "[email protected]",
"url": "https://github.com/stutrek",
"contributions": 21,
"additions": 1013,
"deletions": 359,
"hireable": null
},
{
"name": "Kye Hohenberger",
"email": null,
"url": "https://github.com/tkh44",
"contributions": 1,
"additions": 4,
"deletions": 0,
"hireable": null
},
{
"name": "Bernardo Raposo",
"email": "[email protected]",
"url": "https://github.com/braposo",
"contributions": 17,
"additions": 2017,
"deletions": 83,
"hireable": null
},
{
"name": "Shergin Rodion",
"email": null,
"url": "https://github.com/beholderrk",
"contributions": 1,
"additions": 2,
"deletions": 2,
"hireable": null
}
]
}