diff --git a/package.json b/package.json new file mode 100644 index 0000000..1e264c3 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "jquery-pause", + "version": "1.0.0", + "description": "A jQuery plugin to pause and resume animations", + "main": "jquery.pause.js", + "repository": "https://github.com/tobia/Pause", + "author": "Tobia Conforto ", + "repository": { + "type": "git", + "url": "https://github.com/tobia/Pause.git" + }, + "bugs": { + "url": "https://github.com/tobia/Pause/issues" + }, + "dependencies": { + "jquery": ">=1.7.0" + }, + "license": "GPL" +}