Create package.json

This commit is contained in:
Kurt Zenisek
2014-05-01 18:02:08 -05:00
parent 086d120c30
commit dba58566de
@@ -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"
}
]
}