-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 862 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
{
"name": "slanggerbot",
"version": "0.1.0",
"description": "Slack's slackbot responses for Telegram",
"main": "src/index.js",
"scripts": {
"build": "./node_modules/.bin/babel src -d build --presets=latest",
"start": "./node_modules/.bin/babel-node src/index.js --presets=latest",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/gugiserman/slanggerbot.git"
},
"keywords": [
"telegram",
"bot",
"slackbot responses"
],
"author": "Gustavo Giserman",
"license": "MIT",
"bugs": {
"url": "https://github.com/gugiserman/slanggerbot/issues"
},
"homepage": "https://github.com/gugiserman/slanggerbot#readme",
"dependencies": {
"babel-cli": "^6.24.0",
"babel-preset-latest": "^6.24.0",
"moment": "^2.18.1",
"mongoose": "^4.9.3",
"telegraf": "^3.6.7"
}
}