12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "smoove",
- "title": "jQuery Smoove - Gorgeous CSS3 Scroll Effects",
- "version": "0.2.6",
- "description": "A simple jQuery plugin for super sexy scrolling effects using CSS3 transitions and transforms.",
- "keywords": [
- "jquery",
- "scroll",
- "css",
- "animation"
- ],
- "author": {
- "name": "ABE Media - Web Design Brighton",
- "url": "http://abemedia.co.uk"
- },
- "maintainers": [
- {
- "name": "Adam Bouqdib",
- "web": "http://abemedia.co.uk"
- }
- ],
- "licenses": [
- {
- "type": "GPLv2",
- "url": "http://abemedia.co.uk/license"
- }
- ],
- "homepage": "http://smoove.donlabs.com",
- "bugs": "https://github.com/abeMedia/jquery-smoove/issues",
- "docs": "http://smoove.donlabs.com",
- "dependencies": {
- "jquery": ">=1.5"
- }
- }
|