-
- Downloads
Added package.json
package.json is needed to register the package on npmjs.com. Adresses #23
package.json
0 → 100644
{ | |||
"name": "@rwap/jquery-ui-touch-punch", | |||
"version": "1.0.8", | |||
"description": "A duck punch for adding touch events to jQuery UI", | |||
"browser": "jquery.ui.touch-punch.js", | |||
"repository": "https://github.com/RWAP/jquery-ui-touch-punch.git", | |||
"author": "Rich M <rich@rwapservices.co.uk>", | |||
"contributors": [ | |||
"Dave Furfero <furf@furf.com>" | |||
], | |||
"license": "MIT or GPL version 2", | |||
"dependencies": { | |||
"jquery-ui": ">=1.8" | |||
} | |||
} |
Please sign in to comment