kitchenmate-add-to-home-screen
Version:
An AngularJS directive to display an "add to homescreen" dialog for iOS 7 and iOS 6
44 lines (43 loc) • 944 B
JSON
{
"name": "angular-add-to-home-screen",
"version": "0.2.1",
"homepage": "https://github.com/austinpray/angular-add-to-home-screen",
"authors": [
"Austin Pray <austin@austinpray.com>"
],
"description": "An AngularJS directive to display an \"add to homescreen\" dialog for iOS 7 and iOS 6",
"license": "MIT",
"main": [
"dist/angular-add-to-home-screen.js",
"dist/aaths.css"
],
"repository": {
"type": "git",
"url": "git://github.com/austinpray/angular-add-to-home-screen.git"
},
"keywords": [
"ios",
"add",
"to",
"homescreen",
"bookmark"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"example.css",
"example.html"
],
"dependencies": {
"angular": "1.2.x - 1.3.x",
"ua-parser-js": "~0.7.3"
},
"devDependencies": {
"angular-mocks": "~1.3.5",
"angular-scenario": "~1.3.5"
}
}