forked from 28mm/blast-radius
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 947 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
37
38
39
40
41
{
"name": "28mm-blastradius",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "rm -rf node_modules package-lock.json && npm i",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nishubharti/blast-radius.git"
},
"keywords": [
"blastradius",
"terrafom",
"reasoning",
"graph",
"interactive",
"visualization"
],
"author": "VishwaKumar Patil",
"license": "ISC",
"bugs": {
"url": "https://github.com/nishubharti/blast-radius/issues"
},
"homepage": "https://github.com/nishubharti/blast-radius#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"d3": "^4.11.0",
"d3-tip": "^0.9.1",
"jquery": "^3.2.1",
"json2yaml": "^1.1.0",
"selectize": "^0.12.6",
"svg-pan-zoom": "^3.5.2"
},
"devDependencies": {
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}