Merge pull request #88 from Aaike/master

Added jquery.hammer
This commit is contained in:
Guy Bedford
2014-12-18 11:40:38 +02:00
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"main": "jquery.hammer.js",
"registry": "jspm",
"dependencies": {
"hammerjs": "hammer@^2.0.4",
"jquery": "jquery@^2.1.1"
}
}
+1
View File
@@ -76,6 +76,7 @@
"jquery-file-upload": "github:blueimp/jQuery-File-Upload",
"jquery-pjax": "github:defunkt/jquery-pjax",
"jquery.cookie": "github:carhartl/jquery-cookie",
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
"jsplumb": "github:sporritt/jsPlumb",
"kickstrap": "github:ajkochanowicz/Kickstrap",
"less": "github:matthewp/plugin-less",