-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 996 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "jquery-smart-web-app-banner",
"filename": "jquery.smartwebbanner.min.js",
"version": "1.5",
"author": "Kurt Zenisek <[email protected]> (http://kzeni.com/)",
"description": "Add this small script to your site & invite your visitors to save your site to their home screen alongside the rest of their apps!",
"homepage": "http://kurtzenisek.com/p/smart-web-banner/",
"keywords": [
"web app banner",
"web banner",
"app banner",
"jquery app banner",
"homescreen",
"Safari",
"iOS",
"iPhone",
"iPad"
],
"dependencies": {
"jquery": ">=1.7"
},
"repository": {
"type": "git",
"url": "https://github.com/KZeni/Smart-Web-App-Banner.git"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/KZeni/Smart-Web-App-Banner.git",
"fileMap": [
{
"basePath": "",
"files": [
"jquery.smartwebbanner!(*-[0-9])*.+(js|map|css)"
]
}
]
},
"license": "Apache-2.0"
}