Files
xiao/package.json
T
dependabot[bot] 242f3dcbf5 Update mathjs requirement to ^5.0.0 (#14)
Updates the requirements on [mathjs](https://github.com/josdejong/mathjs) to permit the latest version.
- [Release notes](https://github.com/josdejong/mathjs/releases)
- [Changelog](https://github.com/josdejong/mathjs/blob/master/HISTORY.md)
- [Commits](https://github.com/josdejong/mathjs/commits/v5.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-06-18 17:36:17 -04:00

62 lines
1.3 KiB
JSON

{
"name": "xiao",
"version": "80.0.0",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint . --ext .js --ext .json",
"start": "node Xiao.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dragonfire535/xiao.git"
},
"keywords": [
"bot",
"commando",
"discord",
"discord-api",
"discord-bot",
"discord-js",
"discord-js-commando"
],
"author": "dragonfire535 <danielbodendahl@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/dragonfire535/xiao/issues"
},
"homepage": "https://github.com/dragonfire535/xiao#readme",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"canvas": "github:automattic/node-canvas",
"common-tags": "^1.8.0",
"custom-translate": "^2.2.4",
"discord.js": "github:discordjs/discord.js",
"discord.js-commando": "github:discordjs/Commando",
"erlpack": "github:discordapp/erlpack",
"mathjs": "^5.0.0",
"node-opus": "^0.3.0",
"node-superfetch": "^0.1.2",
"pg": "^6.4.2",
"pg-hstore": "^2.3.2",
"random-js": "^1.0.8",
"sequelize": "^4.37.10",
"uws": "^10.148.0",
"zlib-sync": "^0.1.4"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-amber": "^1.0.2",
"eslint-plugin-json": "^1.2.0"
},
"eslintConfig": {
"extends": "amber",
"plugins": [
"json"
]
}
}