UNPKG

637 BJSONView Raw
1{
2 "name": "graphql",
3 "version": "0.12.3",
4 "description": "A Query Language and Runtime which can target any service.",
5 "contributors": [
6 "Lee Byron <lee@leebyron.com> (http://leebyron.com/)",
7 "Nicholas Schrock <schrockn@fb.com>",
8 "Daniel Schafer <dschafer@fb.com>"
9 ],
10 "license": "MIT",
11 "main": "index.js",
12 "module": "module/index.js",
13 "homepage": "https://github.com/graphql/graphql-js",
14 "bugs": {
15 "url": "https://github.com/graphql/graphql-js/issues"
16 },
17 "repository": {
18 "type": "git",
19 "url": "http://github.com/graphql/graphql-js.git"
20 },
21 "dependencies": {
22 "iterall": "1.1.3"
23 }
24}
\No newline at end of file