-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.15 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "spice-traders-cli",
"version": "0.5.4",
"bin": {
"spicetraders": "./bin/spicetraders"
},
"files": [
"bin/**",
"lib/**",
"commands/**",
"templates/**",
"index.js"
],
"description": "Command-Line Interface for SpiceTraders API",
"repository": {
"type": "git",
"url": "https://github.com/artokun/spice-traders-cli.git"
},
"main": "index.js",
"maintainers": [
{
"name": "Arthur Longbottom",
"email": "[email protected]"
},
{
"name": "Joel Brubaker",
"email": "[email protected]"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"spacetraders",
"SpiceTraders",
"space",
"traders",
"cli",
"game",
"mmorgp"
],
"author": "Arthur Longbottom & Joel Brubaker",
"license": "MIT",
"dependencies": {
"clui": "^0.3.6",
"detect-port": "^1.2.1",
"exit-code": "^1.0.2",
"express": "^4.15.3",
"figlet": "^1.2.0",
"firebase": "^4.1.3",
"googleapis": "^19.0.0",
"opn": "^5.1.0",
"preferences": "^0.2.1",
"pubsub-js": "^1.5.7",
"vorpal": "^1.12.0"
}
}