-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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
{
"name": "muddy",
"version": "0.11.8",
"description": "A Node.js Multi-User Dungeon (MUD) Framework",
"main": "index.js",
"scripts": {
"start": "node example.js",
"test": "node_modules/.bin/eslint admin.js areas.js building.js characters.js commands.js constants.js deployments.js example.js exits.js fighting.js help.js index.js info.js input.js interaction.js item-instances.js item-prototypes.js mobile-instances.js mobile-prototypes.js movement.js rooms.js senses.js system.js users.js web.js world.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/om-mani-padme-hum/muddy.git"
},
"keywords": [
"mud",
"game",
"multi-user",
"multi",
"user",
"dungeon",
"telnet",
"muddy"
],
"author": "Rich Lowe",
"license": "MIT",
"bugs": {
"url": "https://github.com/om-mani-padme-hum/muddy/issues"
},
"homepage": "https://github.com/om-mani-padme-hum/muddy#readme",
"jshintConfig": {
"esversion": 6,
"node": true
},
"dependencies": {
"body-parser": "^1.20.0",
"express": "^4.17.3",
"ezobjects-mysql": "^6.2.3",
"moment": "^2.29.2",
"strapped": "^0.6.9",
"winston": "^2.4.5"
}
}