UNPKG

472 BJSONView Raw
1{
2 "name": "graphql",
3 "version": "0.13.0",
4 "description": "A Query Language and Runtime which can target any service.",
5 "license": "MIT",
6 "main": "index.js",
7 "module": "module/index.js",
8 "homepage": "https://github.com/graphql/graphql-js",
9 "bugs": {
10 "url": "https://github.com/graphql/graphql-js/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "http://github.com/graphql/graphql-js.git"
15 },
16 "dependencies": {
17 "iterall": "1.1.x"
18 }
19}
\No newline at end of file