UNPKG

kitchenmate-add-to-home-screen

Version:

An AngularJS directive to display an "add to homescreen" dialog for iOS 7 and iOS 6

66 lines (65 loc) 1.79 kB
{ "name": "kitchenmate-add-to-home-screen", "version": "0.2.5", "description": "An AngularJS directive to display an \"add to homescreen\" dialog for iOS 7 and iOS 6", "main": "dist/angular-add-to-home-screen.js", "directories": { "test": "test" }, "scripts": { "test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS" }, "repository": { "type": "git", "url": "git://github.com/austinpray/angular-add-to-home-screen.git" }, "keywords": [ "ios", "add", "to", "homescreen", "bookmark", "android" ], "author": "Austin Pray <austin@austinpray.com>", "license": "MIT", "bugs": { "url": "https://github.com/austinpray/angular-add-to-home-screen/issues" }, "engines": { "node": ">=0.10.0" }, "homepage": "https://github.com/austinpray/angular-add-to-home-screen", "dependencies": { "ua-parser-js": "^0.7.19", "moment": "~2.18.1" }, "devDependencies": { "bower": "1.3.12", "gulp": "~3.8.10", "gulp-load-plugins": "~0.8.0", "gulp-clean": "~0.2.4", "gulp-jshint": "~1.9.0", "gulp-size": "~0.1.2", "gulp-connect": "~1.0.0", "gulp-concat": "~2.2.0", "karma-script-launcher": "~0.1.0", "karma-firefox-launcher": "~0.1.3", "karma-chrome-launcher": "~0.1.2", "karma-html2js-preprocessor": "~0.1.0", "karma-jasmine": "~0.3.2", "karma-coffee-preprocessor": "~0.2.1", "requirejs": "~2.1.11", "karma-requirejs": "~0.2.1", "karma-phantomjs-launcher": "~0.1.2", "karma": "~0.12.28", "mocha": "~2.0.1", "karma-mocha": "~0.1.1", "karma-safari-launcher": "~0.1.1", "chai": "~1.10.0", "karma-chai": "~0.1.0", "gulp-changed": "~1.1.0", "gulp-base64": "0.1.2", "gulp-karma": "0.0.4" } }