-
Notifications
You must be signed in to change notification settings - Fork 9
/
bower.json
36 lines (36 loc) · 842 Bytes
/
bower.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
{
"name": "jQuery-Smart-Web-App-Banner",
"version": "1.5",
"authors": [
"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"
],
"main": "jquery.smartwebbanner.min.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.7"
},
"repository": {
"type": "git",
"url": "git://github.com/KZeni/Smart-Web-App-Banner.git"
},
"license": "Apache License, 2.0"
}