forked from jd4564/PS-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 868 Bytes
/
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
{
"name": "ps-bot",
"version": "1.0.0",
"description": "Pokémon Showdown Bot",
"main": "app.js",
"dependencies": {
"es6-shim": "^0.35.1",
"moment": "^2.15.1",
"node-static": "^0.7.7",
"request": "^2.61.0",
"sqlite3": "^3.1.0",
"ws": "^1.1.1"
},
"devDependencies": {
"jshint-stylish": "^2.0.1",
"load-grunt-tasks": "^3.3.0",
"merge-stream": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt": "^1.0.1"
},
"scripts": {
"test": "eslint --rulesdir=dev-tools/eslint *.js config/ plugins/ dev-tools/ test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jd4564/PS-Bot.git"
},
"author": "jd4564",
"license": "MIT",
"bugs": {
"url": "https://github.com/jd4564/PS-Bot/issues"
},
"homepage": "https://github.com/jd4564/PS-Bot#readme"
}