-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.06 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.06 KB
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
42
43
44
{
"name": "splatone",
"version": "0.0.34",
"description": "Multi-layer Composite Heatmap",
"homepage": "https://github.com/YokoyamaLab/Splatone#readme",
"bugs": {
"url": "https://github.com/YokoyamaLab/Splatone/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YokoyamaLab/Splatone.git"
},
"license": "MIT",
"author": "Shohei Yokoyama (Tokyo Metropolitan University)",
"type": "module",
"main": "index.js",
"bin": {
"crawler": "crawler.js",
"colors": "color.js",
"browse": "browse.js"
},
"imports": {
"#lib/*": "./lib/*.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@turf/turf": "^7.2.0",
"bottleneck": "^2.19.5",
"chroma-js": "^3.1.2",
"d3-contour": "^3.1.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"flickr-sdk": "^7.1.0",
"iwanthue": "^2.0.0",
"json-stream-stringify": "^3.1.6",
"open": "^10.2.0",
"piscina": "^5.1.3",
"socket.io": "^4.8.1",
"uniqid": "^5.4.0",
"yargs": "^18.0.0"
}
}