UNPKG

gemoji-index

Version:

A database with indices for Github gemoji

35 lines (34 loc) 842 B
{ "name": "gemoji-index", "version": "1.0.0", "description": "A database with indices for Github gemoji", "main": "src/index.js", "scripts": { "test": "node src/*", "cleanup": "rm dist/* json/* src/*", "build:indices": "mkdir -p json src && wget https://raw.githubusercontent.com/github/gemoji/master/db/emoji.json -O -|node build/indices.js", "build": "npm run build:indices && webpack --config build/webpack.config.js" }, "keywords": [ "gemoji", "emoji", "data", "index", "json" ], "author": "up9cloud (https://github.com/up9cloud)", "license": "MIT", "devDependencies": { "lodash": "^4.17.11", "unicodex": "^0.0.6", "webpack": "^4.29.5", "webpack-cli": "^3.2.3" }, "files": [ "dist/*", "json/*", "src/*", "README.md" ], "dependencies": {} }