forked from opendns/zmachine-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.33 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
58
59
60
{
"name": "zmachine-api",
"description": "Web service for creating and managing a multiple zmachine game instances",
"keywords": [
"zmachine",
"z-machine",
"zcode",
"api",
"games",
"if"
],
"version": "0.1.0",
"homepage": "https://github.com/opendns/zmachine-api",
"repository": {
"type": "git",
"url": "https://github.com/opendns/zmachine-api.git"
},
"bugs": "https://github.com/opendns/zmachine-api/issues",
"licenses": [
{
"type": "BSD",
"url": "https://github.com/opendns/zmachine-api/blob/master/LICENSE"
}
],
"author": "OpenDNS",
"maintainers": [
{
"name": "Doug Tabacco",
"email": "doug@opendns.com",
"web": "https://github.com/tabacco"
},
{
"name": "Justin Swift",
"email": "jswift@opendns.com",
"web": "https://github.com/jsswift"
},
{
"name": "Josh Eveleth",
"email": "jeveleth@opendns.com",
"web": "https://github.com/jeveleth"
},
{
"name": "Geoff Townsend",
"email": "geoff@opendns.com",
"web": "https://github.com/gttownsend"
}
],
"bin": {},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"aws-sdk": "~2.1",
"body-parser": "~1.13",
"express": "~4.13",
"node-env-file": "~0.1",
"winston": "^2.3.1"
},
"devDependencies": {}
}