aboutsummaryrefslogtreecommitdiff
path: root/node_modules/emojis-list/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/emojis-list/package.json')
-rw-r--r--node_modules/emojis-list/package.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/node_modules/emojis-list/package.json b/node_modules/emojis-list/package.json
new file mode 100644
index 000000000..328a1dbe2
--- /dev/null
+++ b/node_modules/emojis-list/package.json
@@ -0,0 +1,51 @@
+{
+ "name": "emojis-list",
+ "description": "Complete list of standard emojis.",
+ "homepage": "https://github.com/Kikobeats/emojis-list",
+ "version": "2.1.0",
+ "main": "./index.js",
+ "author": {
+ "email": "josefrancisco.verdu@gmail.com",
+ "name": "Kiko Beats",
+ "url": "https://github.com/Kikobeats"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/kikobeats/emojis-list.git"
+ },
+ "bugs": {
+ "url": "https://github.com/Kikobeats/emojis-list/issues"
+ },
+ "keywords": [
+ "archive",
+ "complete",
+ "emoji",
+ "list",
+ "standard"
+ ],
+ "devDependencies": {
+ "acho": "latest",
+ "browserify": "latest",
+ "cheerio": "latest",
+ "got": ">=5 <6",
+ "gulp": "latest",
+ "gulp-header": "latest",
+ "gulp-uglify": "latest",
+ "gulp-util": "latest",
+ "standard": "latest",
+ "vinyl-buffer": "latest",
+ "vinyl-source-stream": "latest"
+ },
+ "engines": {
+ "node": ">= 0.10"
+ },
+ "files": [
+ "index.js"
+ ],
+ "scripts": {
+ "pretest": "standard update.js",
+ "test": "echo 'YOLO'",
+ "update": "node update"
+ },
+ "license": "MIT"
+}