forked from raceconditions/StellarSocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 957 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
{
"name": "stellar-socks",
"version": "0.1.0",
"description": "TCP server for interacting with a telescope via serial connection from planetarium software such as Stellarium and SkySafari.",
"bugs": {
"url": "https://github.com/raceconditions/StellarSocks/issues",
"email": "[email protected]"
},
"main": "main.js",
"bin": {
"stellarsocks": "./bin/stellarsocks.js"
},
"scripts": {
"test": "echo \"Error: no tests yet!\" && exit 1",
"start": "bin/stellarsocks.js"
},
"repository": {
"type": "git",
"url": "https://github.com/raceconditions/StellarSocks.git"
},
"keywords": [
"telescope",
"server",
"tcp",
"stellarium",
"nexstar",
"serial",
"skysafari"
],
"author": {
"name": "Travis Miller",
"email": "[email protected]",
"url": "http://blog.raceconditions.net"
},
"license": "LGPL-2.1+",
"dependencies": {
"serialport": "~4.0.1"
}
}