UNPKG

597 BJSONView Raw
1{
2 "name": "relay-test-utils",
3 "description": "Utilities for testing Relay applications.",
4 "version": "1.7.0",
5 "keywords": [
6 "graphql",
7 "relay"
8 ],
9 "license": "MIT",
10 "homepage": "https://facebook.github.io/relay/",
11 "bugs": "https://github.com/facebook/relay/issues",
12 "repository": "facebook/relay",
13 "dependencies": {
14 "babel-runtime": "^6.23.0",
15 "fbjs": "0.8.17",
16 "iterall": "^1.2.1",
17 "prop-types": "^15.5.8",
18 "relay-compiler": "1.7.0",
19 "relay-runtime": "1.7.0"
20 },
21 "peerDependencies": {
22 "graphql": "^0.13.0"
23 },
24 "haste_commonjs": true
25}