-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 1003 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
{
"name": "relay-compose",
"version": "2.3.0",
"description": "This is HOC for relay modern to work with сomposable components.",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src/ --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ErrorPro/relay-compose.git"
},
"author": "Ven Korolev",
"license": "MIT",
"keywords": [
"react",
"compose",
"relay",
"relay-modern",
"react-relay",
"relay-compose"
],
"bugs": {
"url": "https://github.com/ErrorPro/relay-compose/issues"
},
"homepage": "https://github.com/ErrorPro/relay-compose#readme",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-relay": "^1.0.0 || ^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
}
}