-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
31 lines (31 loc) · 915 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
{
"name": "loopback-component-visualizer",
"version": "1.2.1",
"description": "Loopback component to visualize models and their relationships",
"main": "./index.js",
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yantrashala/loopback-component-visualizer.git"
},
"contributors": ["prashantbaid", "pbhadauria2000", "mennu"],
"author": "prashantbaid, pbhadauria2000",
"license": "MIT",
"bugs": {
"url": "https://github.com/yantrashala/loopback-component-visualizer/issues"
},
"homepage": "https://github.com/yantrashala/loopback-component-visualizer#readme",
"dependencies": {
"lodash": "^4.12.0"
},
"devDependencies": {
"chai": "^3.5.0",
"loopback": "^2.28.0",
"loopback-datasource-juggler": "^2.46.0",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
}
}