1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "vimeo-jquery-api",
- "version": "0.9.3",
- "homepage": "https://github.com/jrue/Vimeo-jQuery-API",
- "authors": [
- "Jeremy Rue <jrue@berkeley.edu>"
- ],
- "description": "A jQuery plugin to easily control Vimeo videos through their API.",
- "main": [
- "dist/jquery.vimeo.api.js",
- "dist/jquery.vimeo.api.min.js"
- ],
- "keywords": [
- "video",
- "Vimeo",
- "iframe",
- "api",
- "javascript",
- "jquery-plugin"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests",
- "example.html",
- "src",
- "Gruntfile.js",
- "LICENSE",
- "package.json",
- "vimeoapi.jquery.json",
- "readme.md",
- "bower.json"
- ],
- "dependencies": {
- "jquery": ">=1.7"
- },
- "_release": "0.9.3",
- "_resolution": {
- "type": "version",
- "tag": "v0.9.3",
- "commit": "3c6b2d6b367131f09227b447bb0d1e1976952d24"
- },
- "_source": "git://github.com/jrue/Vimeo-jQuery-API.git",
- "_target": "~0.9.3",
- "_originalSource": "vimeo-jquery-api",
- "_direct": true
- }
|