-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 918 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
36
37
{
"name": "telega",
"version": "2.1.0",
"description": "Telega is a library based on telegram-bot-api for making Telegram bots fast and easily",
"main": "./build/index.js",
"directories": {
"example": "examples"
},
"dependencies": {
"overload-js": "^1.0.0",
"telegram-bot-api": "^1.2.0",
"async": "^2.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RedFoxCode/telega.git"
},
"keywords": [
"telegram",
"bot"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/RedFoxCode/telega/issues"
},
"scripts": {
"build": "node ./node_modules/gulp/bin/gulp",
"test": "node ./node_modules/mocha/bin/_mocha --no-timeouts tests/test.js"
},
"homepage": "https://github.com/RedFoxCode/telega#readme",
"devDependencies": {
"assert": "^1.4.1",
"gulp": "^3.9.1",
"gulp-uglify": "^2.1.2",
"mocha": "^3.3.0"
}
}