6f8676dd74
* Add karma, Jasmine, deps and karma.conf.js. Fixes #1291 * Improved service worker code * npm start script executes gulp watch task. * Written a gulp task to compile templates AOT. Get rid of loading deps in unit tests and a preprocessor. * PhantomJS package is deprecated. Use phantomjs-prebuilt instead. * Adjust `npm run test`.
87 lines
2.0 KiB
JSON
87 lines
2.0 KiB
JSON
{
|
|
"name": "Telegram",
|
|
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
|
|
"version": "0.5.5",
|
|
"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": "gulp watch",
|
|
"test": "gulp test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zhukov/webogram.git"
|
|
},
|
|
"author": "zhukov",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/zhukov/webogram/issues"
|
|
},
|
|
"locales": [
|
|
"en-us",
|
|
"es-es",
|
|
"de-de",
|
|
"it-it",
|
|
"ru-ru",
|
|
"nl-nl",
|
|
"pt-br"
|
|
],
|
|
"homepage": "http://zhukov.github.io/webogram",
|
|
"devDependencies": {
|
|
"del": "^1.2.0",
|
|
"event-stream": "^3.1.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-angular-templatecache": "^1.1.0",
|
|
"gulp-concat": "^2.1.7",
|
|
"gulp-gh-pages": "^0.5.4",
|
|
"gulp-grep-stream": "0.0.2",
|
|
"gulp-imagemin": "^2.3.0",
|
|
"gulp-less": "^3.0.5",
|
|
"gulp-livereload": "^3.8.1",
|
|
"gulp-load-plugins": "^0.4.0",
|
|
"gulp-manifest": "0.0.3",
|
|
"gulp-minify-css": "^0.3.12",
|
|
"gulp-minify-html": "^0.1.1",
|
|
"gulp-ng-annotate": "~0.5.2",
|
|
"gulp-replace": "^0.2.0",
|
|
"gulp-rev": "^1.1.0",
|
|
"gulp-serviceworker": "0.0.3",
|
|
"gulp-standard": "^7.0.1",
|
|
"gulp-uglify": "^1.0.2",
|
|
"gulp-usemin": "=0.3.11",
|
|
"gulp-util": "^3.0.7",
|
|
"gulp-zip": "^0.1.2",
|
|
"http": "0.0.0",
|
|
"jasmine-core": "^2.5.2",
|
|
"karma": "^1.3.0",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-jasmine": "^1.1.0",
|
|
"karma-phantomjs-launcher": "^1.0.2",
|
|
"phantomjs-prebuilt": "^2.1.14",
|
|
"run-sequence": "^1.0.2",
|
|
"st": "^0.5.2",
|
|
"sw-precache": "^3.2.0"
|
|
},
|
|
"standard": {
|
|
"globals": [
|
|
"angular",
|
|
"$",
|
|
"chrome"
|
|
]
|
|
}
|
|
}
|