This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
forked from zhukov/webogram
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.39 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",
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
"version": "0.3.2",
"main": "app/index.html",
"single-instance": true,
"dom_storage_quota": 40,
"window": {
"title": "Telegram",
"icon": "app/img/icons/icon128.png",
"toolbar": false,
"frame": true,
"position": "center",
"resizable": true,
"width": 800,
"min_width": 675,
"height": 650,
"min_height": 650,
"show": true
},
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zhukov/webogram.git"
},
"author": "zhukov",
"license": "GPL",
"bugs": {
"url": "https://github.com/zhukov/webogram/issues"
},
"locales": ["en-us", "es-es", "de-de", "it-it", "ru-ru"],
"homepage": "http://zhukov.github.io/webogram",
"devDependencies": {
"gulp": "~3.5.5",
"gulp-angular-templatecache": "^1.1.0",
"gulp-load-plugins": "^0.4.0",
"gulp-usemin": "^0.3.8",
"gulp-uglify": "^1.0.1",
"gulp-rev": "^1.1.0",
"gulp-minify-css": "^0.3.0",
"gulp-minify-html": "^0.1.1",
"gulp-imagemin": "^0.1.5",
"gulp-clean": "^0.2.4",
"gulp-replace": "^0.2.0",
"gulp-concat": "^2.1.7",
"gulp-grep-stream": "0.0.2",
"event-stream": "^3.1.0",
"gulp-zip": "^0.1.2",
"gulp-manifest": "0.0.3",
"gulp-ng-annotate": "~0.3.3"
}
}