Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

added UMD pattern and package.json for npm #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "add-to-homescreen",
"title": "add-to-homescreen",
"main": "src/addtohomescreen.js",
"description": "Add to homescreen call out for iOS and Android",
"keywords": [
"iPhone",
"iPod",
"iPad",
"iOS6",
"iOS7",
"android",
"mobile"
],
"version": "3.2.7",
"homepage": "https://github.com/cubiq/add-to-homescreen",
"author": {
"name": "Matteo Spinelli <[email protected]>",
"url": "http://cubiq.org"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
]
}
Loading