From dba58566de4dccfcb0b06f91029013eda60df3f2 Mon Sep 17 00:00:00 2001 From: Kurt Zenisek Date: Thu, 1 May 2014 18:02:08 -0500 Subject: [PATCH] Create package.json --- .../jquery-smart-web-app-banner/package.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ajax/libs/jquery-smart-web-app-banner/package.json diff --git a/ajax/libs/jquery-smart-web-app-banner/package.json b/ajax/libs/jquery-smart-web-app-banner/package.json new file mode 100644 index 000000000..91dc0a2de --- /dev/null +++ b/ajax/libs/jquery-smart-web-app-banner/package.json @@ -0,0 +1,33 @@ +{ + "name": "jquery-smart-web-app-banner", + "filename": "jquery.smartwebbanner.min.js", + "version": "1.3", + "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://kzeni.com/p/smart-web-banner/", + "keywords": [ + "web app banner", + "web banner", + "app banner", + "jquery app banner", + "homescreen" + ], + "maintainers": [ + { + "name": "Kurt Zenisek", + "email": "kurt@kzeni.com", + "web": "http://kzeni.com/" + } + ], + "repositories": [ + { + "type": "git", + "url": "https://github.com/kzeni/smart-web-app-banner.git" + } + ], + "licenses": [ + { + "type": "Apache License, 2.0", + "url": "https://github.com/kzeni/smart-web-app-banner#license" + } + ] +}