forked from kmoe/slack-pokebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 KB
/
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
36
37
38
39
40
41
{
"name": "slack-pokebot",
"version": "1.0.0",
"engines": {
"node": "6.3.1"
},
"description": "",
"main": "index.js",
"scripts": {
"start": "echo {} > .data && node index.js",
"lint": "./node_modules/.bin/eslint .",
"test": "npm run lint",
"pre-commit": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kmoe/slack-pokebot.git"
},
"author": "Katy Moe <[email protected]> (http://katy.moe)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kmoe/slack-pokebot/issues"
},
"homepage": "https://github.com/kmoe/slack-pokebot#readme",
"dependencies": {
"geocoder": "^0.2.2",
"geolib": "^2.0.21",
"lodash": "^4.14.0",
"loggly": "^1.1.0",
"pokemon-go-node-api": "^1.3.0",
"request": "^2.74.0",
"winston": "^2.2.0",
"winston-loggly-bulk": "^1.3.3"
},
"devDependencies": {
"captain-git-hook": "^1.1.1",
"eslint": "^3.2.0",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0"
}
}