-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 925 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
37
38
39
40
41
{
"dependencies": {
"async": "^2.5.0",
"express-graphql": "^0.6.11",
"graphql": "^0.12.3",
"loopback": "^3.0.0"
},
"description": "graphQL extension for loopback",
"devDependencies": {},
"directories": {},
"dist": {},
"engines": {
"node": ">=4.0.0"
},
"gitHead": "00cf01f901e5ff20f3a576f10f41779e70cf536f",
"homepage": "https://github.com/atul-github/loopback-graphql-ext#readme",
"keywords": [
"graphQL",
"loopback",
"extension"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "atul",
"email": "[email protected]"
}
],
"name": "loopback-graphql-ext",
"optionalDependencies": {},
"publishConfig": {
"export-tests": true
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/atul-github/loopback-graphql-ext.git"
},
"version": "0.0.1"
}