UNPKG

ascii

Version:

convert pictures to ascii arts based on node-canvas

37 lines (36 loc) 742 B
{ "name": "ascii", "version": "1.0.0", "description": "convert pictures to ascii arts based on node-canvas", "main": "dist/index.js", "scripts": { "build": "node_modules/.bin/babel libs -d dist", "example": "node example/index.js" }, "repository": { "type": "git", "url": "git://github.com/guo-yu/ascii.git" }, "keywords": [ "ascii", "ascii-arts", "canvas" ], "author": "turing <o.u.turing@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/guo-yu/ascii/issues" }, "dependencies": { "canvas": ">= 1.1.0" }, "babel": { "presets": [ "es2015" ] }, "devDependencies": { "babel-cli": "^6.10.1", "babel-preset-es2015": "^6.3.13" } }