-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (36 loc) · 1001 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
33
34
35
36
{
"name": "speako",
"preferGlobal": false,
"version": "0.10.35",
"author": "Jonathan Leonard <[email protected]>",
"description": "A compiler (written in ClojureScript) for GraphQL Schema Language.",
"contributors": [
"Jonathan Leonard <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/johanatan/speako.git"
},
"license": "SEE LICENSE IN <NONE>",
"dependencies": {
"npm": ">= 1.1.2",
"pg": "5.0.0",
"pg-native": "1.10.0",
"pluralize": "4.0.0",
"graphql": "0.8.2",
"source-map-support": "0.2.8",
"graphql-custom-datetype": "0.4.0",
"graphql-union-input-type": "0.2.2"
},
"devDependencies": {
"lodash": "4.17.2"
},
"optionalDependencies": {},
"engines": {
"node": ">= 4.1.1"
},
"homepage": "https://github.com/johanatan/speako",
"main": "out/prod/speako.js",
"files": ["out/prod/speako.js", "README.md", "examples/albums.js"],
"tonicExampleFilename": "examples/albums.js"
}