forked from sunriselink/TelegramApi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.25 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "telegram-api-js",
"version": "1.2.9",
"description": "JavaScript library for using Telegram API.",
"repository": {
"type": "git",
"url": "https://github.com/sunriselink/TelegramApi.git"
},
"author": {
"name": "Infinnity Solutions",
"email": "[email protected]"
},
"contributors": [
{
"name": "Maxim Sadofyev",
"email": "[email protected]"
},
{
"name": "Dinara Zaripova",
"email": "[email protected]"
}
],
"license": "GPL-3.0",
"keywords": [
"telegram",
"telegramapi",
"webogram",
"infinnity",
"infinnitysolutions"
],
"scripts": {
"build": "gulp build",
"build-lib": "npm i && npm run build",
"build-doc": "node docs/build.js",
"example": "npm run build && gulp copy",
"start": "npm run example && gulp server"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^1.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.0.0",
"gulp-webserver": "^0.9.1",
"gulp-wrapper": "^1.0.0",
"ioc-js": "0.0.4",
"jsdoc-to-markdown": "^2.0.1",
"long": "3.2.0",
"rusha": "0.8.4",
"zlibjs": "0.2.0"
}
}