Create package.json

This commit is contained in:
Adam Bouqdib
2014-06-25 23:56:02 +01:00
parent 1ec6c75aef
commit e6bfb4e5f9
+25
View File
@@ -0,0 +1,25 @@
{
"name": "jquery-smoove",
"filename": "jquery.smoove.min.js",
"version": "0.2.6",
"description": "A simple jQuery plugin for super sexy scrolling effects using CSS3 transitions and transforms.",
"homepage": "http://smoove.donlabs.com",
"keywords": [
"jquery",
"scroll",
"css",
"animation"
],
"maintainers": [
{
"name": "Adam Bouqdib",
"web": "http://abemedia.co.uk"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/abeMedia/jquery-smoove"
}
]
}