-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 855 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 855 Bytes
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
{
"name": "loopback-graphql-ext-example",
"version": "0.0.1",
"description": "Loopback GraphQL extension Example project",
"engines": {
"node": ">=4"
},
"main": "server/server.js",
"scripts": {
},
"dependencies": {
"async": "^2.5.0",
"compression": "^1.7.0",
"cors": "^2.8.1",
"ejs": "^2.0.8",
"loopback": "^3.0.0",
"loopback-boot": "^2.12.1",
"loopback-component-explorer": "^5.1.0",
"loopback-connector-rest": "^3.0.0",
"loopback-graphql-ext": "latest",
"serve-favicon": "^2.4.4",
"serve-static": "^1.10.0",
"strong-error-handler": "^2.2.0"
},
"devDependencies": {
"jshint": "^2.5.6",
"mocha": "^3.5.3",
"supertest": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:atul-github/loopback-graphql-ext-example.git"
},
"license": "MIT"
}