This commit is contained in:
Daniel Odendahl Jr
2017-09-12 16:32:26 +00:00
parent 84002943b5
commit 61a4372d12
+62 -62
View File
@@ -1,64 +1,64 @@
{ {
"name": "xiaobot", "name": "xiaobot",
"version": "38.4.4", "version": "38.4.4",
"description": "Your personal server companion.", "description": "Your personal server companion.",
"main": "Shard.js", "main": "Shard.js",
"scripts": { "scripts": {
"test": "npm run lint", "test": "npm run lint",
"lint": "eslint .", "lint": "eslint .",
"start": "node Shard.js" "start": "node Shard.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/dragonfire535/xiaobot.git" "url": "git+https://github.com/dragonfire535/xiaobot.git"
}, },
"keywords": [ "keywords": [
"bot", "bot",
"commando", "commando",
"discord", "discord",
"discord-api", "discord-api",
"discord-bot", "discord-bot",
"discord-js", "discord-js",
"discord-js-commando" "discord-js-commando"
], ],
"author": "dragonfire535 <danielbodendahl@gmail.com>", "author": "dragonfire535 <danielbodendahl@gmail.com>",
"license": "ISC", "license": "ISC",
"bugs": { "bugs": {
"url": "https://github.com/dragonfire535/xiaobot/issues" "url": "https://github.com/dragonfire535/xiaobot/issues"
}, },
"homepage": "https://github.com/dragonfire535/xiaobot#readme", "homepage": "https://github.com/dragonfire535/xiaobot#readme",
"engines": { "engines": {
"node": ">=8.0.0" "node": ">=8.0.0"
}, },
"dependencies": { "dependencies": {
"canvas": "github:automattic/node-canvas", "canvas": "github:automattic/node-canvas",
"common-tags": "^1.4.0", "common-tags": "^1.4.0",
"custom-translate": "github:dragonfire535/custom-translate", "custom-translate": "github:dragonfire535/custom-translate",
"discord.js": "github:hydrabolt/discord.js", "discord.js": "github:hydrabolt/discord.js",
"discord.js-commando": "github:gawdl3y/discord.js-commando", "discord.js-commando": "github:gawdl3y/discord.js-commando",
"node-opus": "^0.2.7", "node-opus": "^0.2.7",
"pg": "^6.4.2", "pg": "^6.4.2",
"pg-hstore": "^2.3.2", "pg-hstore": "^2.3.2",
"sequelize": "^4.8.3", "sequelize": "^4.8.3",
"snekfetch": "^3.3.0", "snekfetch": "^3.3.0",
"zalgolize": "^1.2.4" "zalgolize": "^1.2.4"
}, },
"optionalDependencies": { "optionalDependencies": {
"erlpack": "github:hammerandchisel/erlpack", "erlpack": "github:hammerandchisel/erlpack",
"uws": "^8.14.1" "uws": "^8.14.1"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^4.6.1", "eslint": "^4.6.1",
"eslint-config-aqua": "^2.0.1" "eslint-config-aqua": "^2.0.1"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "aqua", "extends": "aqua",
"rules": { "rules": {
"camelcase": "off", "camelcase": "off",
"id-length": "off", "id-length": "off",
"no-await-in-loop": "off", "no-await-in-loop": "off",
"no-console": "off", "no-console": "off",
"no-process-env": "off" "no-process-env": "off"
} }
} }
} }