123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "jquery-smoove",
- "filename": "jquery.smoove.min.js",
- "version": "0.2.6",
- "description": "A simple jQuery plugin for sexy scrolling effects using CSS3 transitions and transforms.",
- "homepage": "http://smoove.donlabs.com",
- "keywords": [
- "jquery",
- "scroll",
- "css",
- "animation"
- ],
- "maintainers": [
- "Adam Bouqdib (http://abemedia.co.uk)"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/abeMedia/jquery-smoove"
- },
- "bugs": {
- "url": "https://github.com/abeMedia/jquery-smoove/issues"
- },
- "main": "jquery.smoove.js",
- "dependencies": {
- "jquery": ">= 1.5"
- },
- "author": "Adam Bouqdib <[email protected]> (http://abemedia.co.uk/)",
- "license": "GPL-2.0",
- "scripts": {
- "test": "grunt test"
- },
- "devDependencies": {
- "grunt-contrib-jshint": "~0.10.0",
- "grunt-contrib-qunit": "~0.2.0",
- "grunt-contrib-concat": "~0.3.0",
- "grunt-contrib-uglify": "~0.2.0",
- "grunt-contrib-watch": "~0.4.0",
- "grunt-contrib-clean": "~0.4.0",
- "grunt-contrib-connect": "^0.8.0"
- "grunt": "~0.4.5",
- }
- }
|