UNPKG

memegen

Version:
33 lines (32 loc) 725 B
{ "name": "memegen", "version": "0.1.1", "description": "Making drake meme image.", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/toolbuddy/memegen.git" }, "keywords": [ "drake", "meme" ], "author": "Kevin Cyu (https://kevinbird61.github.io/Intro/)", "license": "GPL-3.0", "dependencies": { "chalk": "^2.3.0", "sharp": "^0.19.0", "commander": "^2.12.2", "fs-extra": "^5.0.0", "mkdirp": "^0.5.1", "jsonfile": "^4.0.0", "moment": "^2.20.0" }, "homepage": "https://github.com/toolbuddy/memegen#readme", "bin": { "memegen": "main.js" } }