{ "name": "Telegram", "version": "0.3.0", "description": "Telegram UNOFFICIAL Web App", "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" }, "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.3", "gulp-uglify": "^0.2.1", "gulp-rev": "^0.3.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-ngmin": "~0.1.2" } }