UNPKG

manakin

Version:

Prime colors for your console

45 lines (44 loc) 1.22 kB
{ "name": "manakin", "version": "0.5.2", "description": "Prime colors for your console", "main": "lib/index.js", "scripts": { "test": "jasmine-node test", "coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test", "travis": "npm run lint && istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "lint": "./node_modules/.bin/eslint ./lib ./test" }, "files": [ "lib" ], "homepage": "https://github.com/vitaly-t/manakin", "repository": { "type": "git", "url": "https://github.com/vitaly-t/manakin.git" }, "bugs": { "url": "https://github.com/vitaly-t/manakin/issues", "email": "vitaly.tomilov@gmail.com" }, "keywords": [ "color", "console", "pretty" ], "author": { "name": "Vitaly Tomilov", "email": "vitaly.tomilov@gmail.com" }, "license": "MIT", "engines": { "node": ">=0.12", "npm": ">=1.4" }, "devDependencies": { "coveralls": "3.0.2", "eslint": "5.7.0", "istanbul": "0.4.5", "jasmine-node": "1.16.2" } }