-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 814 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 814 Bytes
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
{
"name": "descent3console",
"version": "0.1.9",
"description": "A cross-platform, event-driven interface to Descent 3 consoles implemented in node.js.",
"keywords": [
"Descent 3",
"Console"
],
"homepage": "https://github.com/roncli/descent3console",
"bugs": {
"url": "https://github.com/roncli/descent3console/issues",
"email": "roncli@roncli.com"
},
"license": "MIT",
"author": {
"name": "Ronald M. Clifford",
"email": "roncli@roncli.com",
"url": "http://www.roncli.com"
},
"repository": {
"type": "git",
"url": "https://github.com/roncli/descent3console.git"
},
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=0.12.4"
},
"private": false
}