@gaikema/emojify
Version:
Transform a block of text into an emojipasta
30 lines (29 loc) • 723 B
JSON
{
"name": "@gaikema/emojify",
"version": "1.0.2",
"description": "Transform a block of text into an emojipasta",
"keywords": [
"emoji",
"emojipasta",
"copypasta"
],
"author": "Matt Gaikema",
"license": "MIT",
"homepage": "http://www.mattgaikema.com/Static/Emojify/index.html",
"main": "lib/Emojify.js",
"types": "lib/Emojify.d.ts",
"devDependencies": {
"json-loader": "^0.5.4",
"ts-loader": "^2.0.0",
"twemoji": "^2.2.5",
"webpack": "^2.2.1"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://gaikema@bitbucket.org/gaikema/emojify.git"
},
"bugs": {
"url": "https://bitbucket.org/gaikema/emojify/issues?status=new&status=open"
}
}