You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
875 B
17 lines
875 B
{
|
|
"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-beta.1",
|
|
"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://jamesgreene.net/"}],
|
|
"homepage": "http://zeroclipboard.org/",
|
|
"repository": {"type":"git","url":"https://github.com/zeroclipboard/zeroclipboard.git"},
|
|
"location": "git://github.com/zeroclipboard/zeroclipboard.git",
|
|
"ignore": [
|
|
"*",
|
|
"!/bower.json",
|
|
"!/dist/**"
|
|
]
|
|
} |