-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1017 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
{
"name": "entity-relationship-diagram",
"description": "An HTML5 entity relationship diagram with entities as HTML elements and relationships as SVG Beziér curves. Items are arranged on a drawing canvas with a force-based or a spectral layout.",
"version": "0.1.0",
"main": "./src/erdiagram.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hunyadi/entity-relationship-diagram.git"
},
"keywords": [
"entity",
"relationship",
"diagram",
"layout",
"elastic",
"navigable",
"spectral"
],
"author": {
"name": "Levente Hunyadi",
"url": "https://hunyadi.info.hu/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hunyadi/entity-relationship-diagram/issues"
},
"homepage": "https://github.com/hunyadi/entity-relationship-diagram#readme",
"devDependencies": {
"typescript": "^5.3",
"webpack": "^5.89",
"webpack-cli": "^5.1"
}
}