forked from zeroclipboard/zeroclipboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
12 lines (12 loc) · 855 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
{
"name": "clipandfile",
"description": "The ClipAndFile library provides an easy way to copy text to the clipboard or save a file using an invisible Adobe Flash movie and a JavaScript interface.",
"version": "0.1.0",
"main": ["./dist/ClipAndFile.js","./dist/ClipAndFile.swf"],
"keywords": ["flash","clipboard","copy","cut","paste","zclip","clip","clippy"],
"license": "https://github.com/jmgore75/clipandfile/blob/master/LICENSE",
"authors": [{"name":"Jon Rohan","url":"http://jonrohan.me/"},{"name":"James M. Greene","email":"[email protected]","url":"http://jamesgreene.net/"},{"name":"Jeremy Gore","email":"[email protected]"}],
"homepage": "https://github.com/jmgore75/clipandfile",
"repository": {"type":"git","url":"https://github.com/jmgore75/clipandfile.git"},
"location": "git://github.com/jmgore75/clipandfile.git"
}