-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 874 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
{
"name": "internet-map-explorer",
"version": "1.0.0",
"description": "Plop in a png generated by [ipv4-heatmap](https://github.com/measurement-factory/ipv4-heatmap) and look around.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"postbuild": "cp index.html dist/; cp -r css/ dist/",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leftshift/internet-map-explorer.git"
},
"keywords": [],
"author": "",
"license": "AGPL",
"bugs": {
"url": "https://github.com/leftshift/internet-map-explorer/issues"
},
"homepage": "https://github.com/leftshift/internet-map-explorer#readme",
"dependencies": {
"d3": "^7.3.0",
"gh-pages": "^3.2.3",
"hilbert-curve": "^2.0.5",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
}
}