forked from cyberImperial/attack-graphs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 789 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
{
"name": "attack-graphs",
"version": "1.0.0",
"description": "Attack graphs construction and analysis.",
"main": "./main.js",
"scripts": {
"start": "electron .",
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyberImperial/attack-graphs.git"
},
"keywords": [
"attack",
"graphs",
"cybersecurity"
],
"author": "Ioan Budea",
"license": "ISC",
"bugs": {
"url": "https://github.com/cyberImperial/attack-graphs/issues"
},
"homepage": "https://github.com/cyberImperial/attack-graphs#readme",
"devDependencies": {
"electron-prebuilt": "^1.4.13"
},
"dependencies": {
"d3-tip": "^0.7.1",
"electron-prebuilt": "^1.4.13",
"jquery": "^3.2.1",
"load-json-file": "^3.0.0"
}
}