forked from devknoll/graphql-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 862 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
{
"name": "graphql-schema",
"version": "0.5.1",
"description": "Create GraphQL schemas with a fluent/chainable interface",
"main": "lib/index.js",
"scripts": {
"build": "scripts/build",
"lint": "scripts/lint",
"prepublish": "scripts/prepublish"
},
"repository": {
"type": "git",
"url": "https://github.com/devknoll/graphql-schema.git"
},
"author": "Gerald Monaco <[email protected]> (http://github.com/devknoll)",
"license": "MIT",
"bugs": {
"url": "https://github.com/devknoll/graphql-schema/issues"
},
"homepage": "https://github.com/devknoll/graphql-schema",
"dependencies": {
"graphql": "^0.1.3",
"invariant": "^2.1.0"
},
"devDependencies": {
"babel": "^5.6.14",
"babel-core": "^5.6.15",
"babel-eslint": "^3.1.20",
"eslint": "^0.24.0",
"eslint-config-airbnb": "0.0.6"
}
}