emoji-clipboard
Version:
Pulls an emojicon from emojicons.com and copies it to your clipboard.
28 lines (27 loc) • 514 B
JSON
{
"name": "emoji-clipboard",
"version": "0.0.4",
"description": "Pulls an emojicon from emojicons.com and copies it to your clipboard.",
"keywords": [
"emojicons",
"emoji",
"clipboard",
"copy",
"paste"
],
"bin": {
"emojic": "./bin/emojic.js"
},
"author": {
"name": "Craig Spaeth",
"email": "craigspaeth@gmail.com",
"url": "http://craigspaeth.com"
},
"engines": {
"node": ">= 0.10.x"
},
"dependencies": {
"superagent": "*",
"cheerio": "*"
}
}