12345678910111213141516171819202122232425262728293031 |
- {
- "name": "jquery-smoove",
- "description": "A simple jQuery plugin for super sexy scrolling effects using CSS3 transitions and transforms.",
- "keywords": [
- "jquery",
- "scroll",
- "css",
- "animation"
- ],
- "homepage": "http://smoove.donlabs.com",
- "main": "jquery.smoove.js",
- "dependencies": {
- "jquery": ">=1.5"
- },
- "authors": [
- "Adam Bouqdib (http://abemedia.co.uk)"
- ],
- "license": "GPL-2.0",
- "repository": {
- "type": "git",
- "url": "https://github.com/abeMedia/jquery-smoove"
- },
- "version": "0.2.6",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|