forked from ckgraybeal/react-sticky
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "@zocdoc/react-sticky-5",
"version": "1.0.0",
"description": "Sticky component for React",
"main": "lib/index.js",
"module": "src/index.js",
"files": [
"lib",
"src"
],
"scripts": {
"transpile": "babel src --out-dir lib",
"prepublish": "npm run transpile"
},
"repository": {
"type": "git",
"url": "https://github.com/captivationsoftware/react-sticky"
},
"keywords": [
"react-component",
"React",
"Sticky"
],
"author": "Captivation Software",
"license": "MIT",
"bugs": {
"url": "https://github.com/captivationsoftware/react-sticky/issues"
},
"homepage": "https://github.com/captivationsoftware/react-sticky",
"peerDependencies": {
"prop-types": ">= 15",
"react": ">= 15",
"react-dom": ">= 15"
},
"devDependencies": {
"@zocdoc/babel-preset-zocdoc": "^5.1.2",
"babel-cli": "^6.6.0",
"prop-types": "^15.5.8",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"rimraf": "^2.5.2"
}
}