forked from ahmedezeny/Signal-flow-graph-solver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 937 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 937 Bytes
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
{
"name": "control",
"version": "1.0.0",
"homepage": "https://2plus2is4.github.io/Signal-flow-graph-solver",
"description": "Signal flow garph solver using vis js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon -w . -e html,js -- index.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmedezeny/Signal-flow-graph-solver.git"
},
"author": "Ahmed Elzeny && Ahmed Abdallah",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahmedezeny/Signal-flow-graph-solver/issues"
},
"dependencies": {
"@dagrejs/graphlib": "^2.1.4",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"express": "^4.16.4",
"gh-pages": "^2.0.1",
"jquery": "^3.3.1",
"underscore": "^1.9.1",
"uuid-v4": "^0.1.0",
"vis": "^4.21.0"
}
}