forked from civiccc/react-waypoint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.18 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
{
"name": "react-waypoint",
"version": "0.3.0",
"description": "A React component to execute a function whenever you scroll to an element.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/brigade/react-waypoint.git"
},
"homepage": "https://github.com/brigade/react-waypoint",
"bugs": "https://github.com/brigade/react-waypoint/issues",
"scripts": {
"test": "./node_modules/.bin/jshint . && ./node_modules/.bin/jscs . && ./node_modules/.bin/karma start"
},
"author": "Brigade Engineering",
"contributors": [
{
"name": "Henric Trotzig"
},
{
"name": "Joe Lencioni"
},
{
"name": "Flarnie Marchan"
}
],
"license": "MIT",
"peerDependencies": {
"react": "~0.12.x"
},
"devDependencies": {
"jasmine-core": "^2.1.3",
"jscs": "^1.10.0",
"jshint": "^2.6.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-webpack": "^1.5.0",
"webpack": "^1.5.3"
},
"keywords": [
"react",
"component",
"react-component",
"scroll",
"onscroll"
]
}