| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "zeroclipboard",
- "description": "The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.",
- "version": "2.2.0",
- "main": [
- "dist/ZeroClipboard.js",
- "dist/ZeroClipboard.swf"
- ],
- "keywords": [
- "flash",
- "clipboard",
- "copy",
- "cut",
- "paste",
- "zclip",
- "clip",
- "clippy"
- ],
- "license": "https://github.com/zeroclipboard/zeroclipboard/blob/master/LICENSE",
- "authors": [
- {
- "name": "Jon Rohan",
- "url": "http://jonrohan.me/"
- },
- {
- "name": "James M. Greene",
- "email": "james.m.greene@gmail.com",
- "url": "http://greene.io/"
- }
- ],
- "homepage": "http://zeroclipboard.org/",
- "repository": {
- "type": "git",
- "url": "https://github.com/zeroclipboard/zeroclipboard.git"
- },
- "location": "git://github.com/zeroclipboard/zeroclipboard.git",
- "ignore": [
- "*",
- "/dist/.jshintrc",
- "!/bower.json",
- "!/dist/**"
- ],
- "_release": "2.2.0",
- "_resolution": {
- "type": "version",
- "tag": "v2.2.0",
- "commit": "039fb799c916d3730fbc898c2f5ef24581c7e9b7"
- },
- "_source": "https://github.com/zeroclipboard/zeroclipboard.git",
- "_target": "^2.2.0",
- "_originalSource": "zeroclipboard"
- }
|