consolecolor/package.json

35 lines
746 B
JSON
Raw Normal View History

2017-01-21 14:49:00 +00:00
{
"name": "beautycolor",
2017-08-18 10:27:15 +00:00
"version": "1.0.11",
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": {
2017-08-18 10:27:13 +00:00
"smartchai": "^1.0.1",
"tapbundle": "^1.1.1"
2017-01-21 17:10:27 +00:00
}
2017-01-21 14:49:00 +00:00
}