-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 950 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
{
"name": "loopback-factory",
"version": "0.1.2",
"description": "Convenient data creation for Loopback for testing or seed purposes.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"devDependencies": {
"chai": "^4.1.2",
"compression": "^1.0.3",
"cors": "^2.5.2",
"helmet": "^3.10.0",
"loopback": "^3.19.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^6.0.0",
"mocha": "^5.2.0",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TorchlightSoftware/loopback-factory.git"
},
"keywords": [
"factory",
"test",
"loopback",
"data",
"seed"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/TorchlightSoftware/loopback-factory/issues"
},
"homepage": "https://github.com/TorchlightSoftware/loopback-factory#readme"
}