2017-01-21 14:49:00 +00:00
|
|
|
{
|
|
|
|
"name": "beautycolor",
|
2017-02-05 20:00:38 +00:00
|
|
|
"version": "1.0.6",
|
2017-01-21 14:49:00 +00:00
|
|
|
"description": "colors for beautylog",
|
|
|
|
"main": "dist/index.js",
|
2017-01-21 17:10:27 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2017-01-21 14:49:00 +00:00
|
|
|
"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"
|
|
|
|
},
|
2017-01-21 17:10:27 +00:00
|
|
|
"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"
|
|
|
|
}
|
2017-01-21 14:49:00 +00:00
|
|
|
}
|