forked from strongloop/loopback-example-database
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 803 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": "loopback-example-database",
"version": "2.0.0",
"main": "server/server.js",
"scripts": {
"start": "node .",
"lint": "eslint .",
"test": "tape test/*.js",
"posttest": "npm run lint"
},
"dependencies": {
"compression": "^1.0.3",
"cors": "^2.8.1",
"loopback": "^3.0.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^2.1.0",
"loopback-connector-mongodb": "^1.13.0",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^1.1.0"
},
"devDependencies": {
"eslint": "^2.7.0",
"eslint-config-loopback": "^1.0.0",
"tape": "^4.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-example-database"
},
"description": "loopback-example-database",
"license": "MIT"
}