2014-03-09 18:12:41 -03:00
|
|
|
{
|
2014-07-03 14:22:23 +04:00
|
|
|
"name": "Telegram",
|
2014-10-02 17:16:24 +04:00
|
|
|
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
|
2016-04-22 20:10:16 +03:00
|
|
|
"version": "0.5.4",
|
2014-03-24 19:58:02 +01:00
|
|
|
"main": "app/index.html",
|
2014-03-26 10:44:43 +08:00
|
|
|
"single-instance": true,
|
|
|
|
"dom_storage_quota": 40,
|
|
|
|
"window": {
|
2014-07-03 14:22:23 +04:00
|
|
|
"title": "Telegram",
|
2014-03-26 10:44:43 +08:00
|
|
|
"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
|
|
|
|
},
|
2014-03-09 18:12:41 -03:00
|
|
|
"scripts": {
|
|
|
|
"start": "node server.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zhukov/webogram.git"
|
|
|
|
},
|
|
|
|
"author": "zhukov",
|
2015-07-26 15:11:38 +02:00
|
|
|
"license": "GPL-3.0",
|
2014-03-09 18:12:41 -03:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/zhukov/webogram/issues"
|
|
|
|
},
|
2014-12-28 15:38:48 +01:00
|
|
|
"locales": [
|
|
|
|
"en-us",
|
|
|
|
"es-es",
|
|
|
|
"de-de",
|
|
|
|
"it-it",
|
|
|
|
"ru-ru",
|
|
|
|
"nl-nl",
|
|
|
|
"pt-br"
|
|
|
|
],
|
2014-03-09 18:12:41 -03:00
|
|
|
"homepage": "http://zhukov.github.io/webogram",
|
|
|
|
"devDependencies": {
|
2015-07-26 21:28:30 +03:00
|
|
|
"del": "^1.2.0",
|
2014-12-28 15:38:48 +01:00
|
|
|
"event-stream": "^3.1.0",
|
2015-07-26 21:28:30 +03:00
|
|
|
"gulp": "^3.9.0",
|
2014-03-09 18:12:41 -03:00
|
|
|
"gulp-angular-templatecache": "^1.1.0",
|
2014-12-28 15:38:48 +01:00
|
|
|
"gulp-concat": "^2.1.7",
|
|
|
|
"gulp-grep-stream": "0.0.2",
|
2015-07-26 21:28:30 +03:00
|
|
|
"gulp-imagemin": "^2.3.0",
|
2016-04-15 01:11:23 +03:00
|
|
|
"gulp-less": "^3.0.5",
|
2014-12-28 15:38:48 +01:00
|
|
|
"gulp-livereload": "^3.0.2",
|
2014-03-09 18:12:41 -03:00
|
|
|
"gulp-load-plugins": "^0.4.0",
|
2014-12-28 15:38:48 +01:00
|
|
|
"gulp-manifest": "0.0.3",
|
2015-01-19 13:31:39 +03:00
|
|
|
"gulp-minify-css": "^0.3.12",
|
2014-03-09 18:12:41 -03:00
|
|
|
"gulp-minify-html": "^0.1.1",
|
2015-04-08 21:47:47 +03:00
|
|
|
"gulp-ng-annotate": "~0.5.2",
|
2014-03-09 18:12:41 -03:00
|
|
|
"gulp-replace": "^0.2.0",
|
2014-12-28 15:38:48 +01:00
|
|
|
"gulp-rev": "^1.1.0",
|
|
|
|
"gulp-uglify": "^1.0.2",
|
2015-01-19 13:31:39 +03:00
|
|
|
"gulp-usemin": "^0.3.11",
|
2014-03-17 19:43:13 -03:00
|
|
|
"gulp-zip": "^0.1.2",
|
2014-12-28 15:38:48 +01:00
|
|
|
"http": "0.0.0",
|
2015-03-21 21:51:40 +03:00
|
|
|
"run-sequence": "^1.0.2",
|
2014-12-28 15:38:48 +01:00
|
|
|
"st": "^0.5.2"
|
2014-03-09 18:12:41 -03:00
|
|
|
}
|
|
|
|
}
|