This repository was archived by the owner on Apr 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 KB
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@colmena/colmena-loopback",
"version": "0.2.1",
"description": "",
"private": false,
"keywords": [],
"homepage": "https://github.com/colmena/colmena-loopback",
"repository": {
"type": "git",
"url": "https://github.com/colmena/colmena-loopback"
},
"bugs": {
"url": "https://github.com/colmena/colmena-loopback/issues"
},
"author": "Bram Borggreve <bram@colmena.io>",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "true"
},
"dependencies": {
"@colmena/colmena-component-explorer-style": "1.0.2",
"bluebird": "^3.4.7",
"compression": "1.6.2",
"config": "^1.24.0",
"cors": "2.8.1",
"faker": "3.1.0",
"helmet": "1.3.0",
"js-yaml": "^3.7.0",
"lodash": "4.17.4",
"loopback": "2.36.2",
"loopback-boot": "2.23.0",
"loopback-component-explorer": "4.0.0",
"loopback-component-fixtures": "1.1.0",
"loopback-component-ping": "1.0.1",
"loopback-component-templates": "1.1.9",
"loopback-datasource-juggler": "2.54.0",
"loopback-ds-readonly-mixin": "1.0.1",
"loopback-ds-timestamp-mixin": "3.4.0",
"nsp": "2.6.2",
"p-s": "3.0.3",
"serve-favicon": "2.3.2",
"strong-error-handler": "1.1.1"
},
"greenkeeper": {
"ignore": [
"helmet",
"loopback",
"loopback-datasource-juggler"
]
}
}