paint-by-number
Version:
Color ASCII art with ease
41 lines (40 loc) • 837 B
JSON
{
"name": "paint-by-number",
"version": "2.0.0",
"description": "Color ASCII art with ease",
"main": "index.js",
"scripts": {
"test": "xo && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gakimball/paint-by-number.git"
},
"keywords": [
"ascii",
"art",
"paint",
"color"
],
"author": "Geoff Kimball <geoff@geoffkimball.com> (http://geoffkimball.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gakimball/paint-by-number/issues"
},
"homepage": "https://github.com/gakimball/paint-by-number#readme",
"dependencies": {
"chalk": "^1.0.0"
},
"devDependencies": {
"ansi-styles": "^3.0.0",
"chai": "^4.0.1",
"mocha": "^2.2.4",
"xo": "^0.18.2"
},
"engines": {
"node": ">=4"
},
"xo": {
"space": true
}
}