forked from ericmandel/js9
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 910 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
42
{
"name": "js9",
"version": "3.9.0",
"description": "astronomical image display everywhere",
"main": "js9.js",
"scripts": {
"start": "build/quicktest",
"test": "build/quicktest build/i800400.fits.gz"
},
"repository": {
"type": "git",
"url": "https://github.com/ericmandel/js9.git"
},
"keywords": [
"astronomy",
"software",
"image display"
],
"author": "Eric Mandel <[email protected]> (https://js9.si.edu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ericmandel/js9/issues"
},
"homepage": "https://js9.si.edu",
"bundledDependencies": [
"minimist",
"open",
"ps-list",
"rimraf",
"socket.io",
"uuid"
],
"dependencies": {
"minimist": "^1.2.7",
"open": "^8.2.1",
"ps-list": "^7.2.0",
"rimraf": "^3.0.2",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.4",
"uuid": "^9.0.0"
}
}