consolecolor/package.json
2017-01-21 18:13:46 +01:00

35 lines
748 B
JSON

{
"name": "beautycolor",
"version": "1.0.1",
"description": "colors for beautylog",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/beautycolor.git"
},
"keywords": [
"color",
"terminal",
"beautylog",
"push.rocks"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/beautycolor/issues"
},
"homepage": "https://gitlab.com/pushrocks/beautycolor#README",
"dependencies": {
"ansi-256-colors": "^1.1.0",
"typings-global": "^1.0.14"
},
"devDependencies": {
"smartchai": "^1.0.1",
"typings-test": "^1.0.3"
}
}