consolecolor/package.json

37 lines
827 B
JSON
Raw Normal View History

2017-01-21 14:49:00 +00:00
{
"name": "@pushrocks/consolecolor",
2018-07-17 22:13:40 +00:00
"version": "2.0.1",
"private": false,
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": "(tsrun test/test.ts)",
"build": "(npmts)"
2017-01-21 14:49:00 +00:00
},
"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"
2017-01-21 17:10:27 +00:00
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.2"
2017-01-21 17:10:27 +00:00
}
2017-01-21 14:49:00 +00:00
}