-
-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 647 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 647 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
{
"name": "text-engine",
"version": "2.0.0",
"description": "A browser-based text adventure game engine",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okaybenji/text-engine.git"
},
"keywords": [
"text-adventure",
"engine",
"adventure-game-engine",
"javascript",
"text-adventure-game",
"repl"
],
"author": "Benji Kay",
"license": "GPL",
"bugs": {
"url": "https://github.com/okaybenji/text-engine/issues"
},
"homepage": "https://github.com/okaybenji/text-engine#readme"
}