UNPKG

1.76 kBJSONView Raw
1{
2 "name": "react-reach",
3 "version": "0.2.2",
4 "description": "A small library for react to communicate with GraphQL",
5 "main": "dist/index.js",
6 "scripts": {
7 "prebuild": "rm -rf dist && mkdir dist && mkdir dist/utils",
8 "build": "babel src/index.js -o dist/index.js && babel src/reachGraphQL.js -o dist/reachGraphQL.js && babel src/reachWithDispatch.js -o dist/reachWithDispatch.js && babel src/utils/transport.js -o dist/utils/transport.js",
9 "test": "babel-istanbul cover -x *.spec.js _mocha -- -R spec test/reachGraphQL.spec.js -w --compilers js:babel-core/register",
10 "test:single": "babel-node ./node_modules/.bin/babel-istanbul cover _mocha test/reachGraphQL.spec.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/kennetpostigo/react-reach.git"
15 },
16 "keywords": [
17 "reach",
18 "functional",
19 "react"
20 ],
21 "author": "Kennet Postigo <kennetfpostigo@gmail.com> (http://kpostigo.com/)",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/kennetpostigo/react-reach/issues"
25 },
26 "homepage": "https://github.com/kennetpostigo/react-reach#readme",
27 "devDependencies": {
28 "chai": "3.4.1",
29 "chai-as-promised": "5.1.0",
30 "commitizen": "2.4.4",
31 "cz-conventional-changelog": "1.1.4",
32 "fetch-mock": "3.0.3",
33 "isparta": "4.0.0",
34 "istanbul": "0.4.0",
35 "mocha": "2.3.3",
36 "sinon": "1.17.2"
37 },
38 "dependencies": {
39 "babel-cli": "6.4.0",
40 "babel-core": "6.4.0",
41 "babel-eslint": "4.1.6",
42 "babel-istanbul": "0.5.8",
43 "babel-loader": "6.2.1",
44 "babel-plugin-transform-async-to-generator": "6.4.6",
45 "babel-plugin-transform-runtime": "6.4.3",
46 "babel-preset-es2015": "6.3.13",
47 "babel-runtime": "6.3.19",
48 "isomorphic-fetch": "2.2.1"
49 }
50}