discord.js/package.json
abalabahaha d0e38c721d 8.2.0
2016-10-02 13:23:34 +09:00

55 lines
1.3 KiB
JSON

{
"name": "discord.js",
"version": "8.2.0",
"description": "A way to interface with the Discord API",
"main": "./entrypoint.js",
"scripts": {
"test": "eslint *.js src test && node test/lib-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hydrabolt/discord.js.git"
},
"keywords": [
"discord",
"api",
"bot",
"client",
"node",
"discordapp"
],
"author": "Amish Shah <amishshah.2k@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hydrabolt/discord.js/issues"
},
"homepage": "https://github.com/hydrabolt/discord.js#readme",
"dependencies": {
"superagent": "^2.3.0",
"unpipe": "^1.0.0",
"ws": "^1.1.1"
},
"devDependencies": {
"colors": "^1.1.2",
"eslint": "^1.10.3",
"grunt": "^0.4.5",
"grunt-babel": "<6.0.0",
"grunt-browserify": "^4.0.1",
"grunt-contrib-uglify": "^0.11.0",
"load-grunt-tasks": "^3.4.0",
"mocha": "^2.4.5"
},
"optionalDependencies": {
"node-opus": "^0.2.2",
"tweetnacl": "^0.14.3"
},
"engines": {
"node": ">=0.12.7"
},
"browser": {
"./src/Util/TokenCacher.js": "./src/Util/TokenCacher-shim.js",
"./lib/Util/TokenCacher.js": "./lib/Util/TokenCacher-shim.js"
},
"tonicExampleFilename": "./examples/tonicdev.js"
}