implementation ready

This commit is contained in:
2017-01-21 18:10:27 +01:00
parent e284808d29
commit 8bb91ae95d
7 changed files with 203 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "colors for beautylog",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
@@ -21,5 +22,13 @@
"bugs": {
"url": "https://gitlab.com/pushrocks/beautycolor/issues"
},
"homepage": "https://gitlab.com/pushrocks/beautycolor#README"
"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"
}
}