-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 1.06 KB
/
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
39
{
"name": "@antirek/network-diagram",
"version": "0.2.0",
"description": "simple network diagram so fast as write two lines of code ;)",
"main": "dist/code-full.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint-fix": "eslint --fix .",
"build": "npx gulp",
"watch": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antirek/network-diagram.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/antirek/network-diagram/issues"
},
"homepage": "https://github.com/antirek/network-diagram#readme",
"devDependencies": {
"cose-base": "^1.0.1",
"cytoscape": "^3.14.0",
"cytoscape-grid-guide": "^2.3.2",
"eslint": "^7.25.0",
"eslint-config-google": "^0.14.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-util": "^3.0.8",
"image-to-base64": "^2.2.0",
"layout-base": "^1.0.2",
"lodash.template": ">=4.5.0",
"minimist": ">=1.2.2",
"nodemon": "^2.0.7",
"numeric": "^1.2.6"
},
"dependencies": {}
}