1234567891011121314151617181920212223242526 |
- {
- "main": "core/game.js",
- "repository": "https://notabug.org/alex/antipath",
- "license": "AGPL-3.0-or-later",
- "dependencies": {
- "camo": "^0.12.3",
- "chalk": "^2.4.1",
- "command-exists": "^1.2.7",
- "comment-json": "^1.1.3",
- "discord.js": "^11.4.2",
- "gm": "^1.23.1",
- "lodash": "^4.17.11",
- "mz": "^2.7.0",
- "promise-mutex": "^0.1.1",
- "request": "^2.88.0",
- "tinycolor2": "^1.4.1",
- "tinygradient": "^0.4.1"
- },
- "optionalDependencies": {
- "erlpack": "github:hammerandchisel/erlpack",
- "uws": "^99.0.0",
- "mongodb": "^3.1.6",
- "nedb": "^1.8.0"
- }
- }
|