1234567891011121314151617181920212223242526272829 |
- {
- "name": "Vegas",
- "version": "1.3.4",
- "description": "Vegas - Fullscreen Backgrounds and Slideshows with jQuery.",
- "homepage": "http://vegas.jaysalvat.com",
- "author": "Jay Salvat",
- "license": "MIT",
- "main": "dist/jquery.vegas.js",
- "repository": {
- "type": "git",
- "url": "[email protected]:jaysalvat/vegas.git"
- },
- "keywords": [
- "jquery",
- "background",
- "slideshow",
- "fullscreen",
- "vegas"
- ],
- "devDependencies": {
- "grunt": "~0.4",
- "grunt-contrib-clean": "~0.4.0",
- "grunt-contrib-jshint": "~0.1",
- "grunt-contrib-uglify": "~0.1",
- "grunt-contrib-cssmin": "~0.6.1",
- "grunt-exec": "~0.4",
- "semver": "~1.1.3"
- }
- }
|