UNPKG

suddendeath

Version:
37 lines (36 loc) 773 B
{ "name": "suddendeath", "description": "Ascii art of sudden death generator", "version": "0.2.0", "author": "TSUYUSATO Kitsune <make.just.on@gmail.com>", "bin": { "suddendeath": "./bin/suddendeath.js" }, "bugs": { "url": "https://github.com/MakeNowJust/suddendeath/issues" }, "dependencies": { "visualwidth": "^0.1.0" }, "devDependencies": { "chai": "^3.0.0", "mocha": "^2.2.5" }, "engines": { "node": ">=0.10.0" }, "homepage": "https://github.com/MakeNowJust/suddendeath", "keywords": [ "death", "sudden" ], "license": "MIT", "main": "./src/suddendeath.js", "repository": { "type": "git", "url": "https://github.com/MakeNowJust/suddendeath.git" }, "scripts": { "test": "mocha" } }