emoticon-data
Version:
Collection of japanese emoticons in JSON format
36 lines (35 loc) • 724 B
JSON
{
"name": "emoticon-data",
"version": "0.2.2",
"description": "Collection of japanese emoticons in JSON format",
"main": "emoticons.json",
"scripts": {
"test": "tap ./test"
},
"repository": {
"type": "git",
"url": "git://github.com/w33ble/emoticon-data.git"
},
"keywords": [
"emoticons",
"emoticon",
"emoji",
"japanese emoticons",
"japanese emoticon",
"ascii",
"smile",
"table flip"
],
"author": {
"name": "Joe Fleming",
"github": "w33ble"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/w33ble/emoticon-data/issues"
},
"homepage": "https://github.com/w33ble/emoticon-data",
"devDependencies": {
"tap": "^14.10.7"
}
}