2015-09-20 17:21:29 +00:00
|
|
|
{
|
|
|
|
"name": "beautylog",
|
2016-07-01 04:17:17 +00:00
|
|
|
"version": "5.0.13",
|
2016-05-03 21:09:57 +00:00
|
|
|
"description": "beautiful logging, TypeScript ready",
|
2016-02-23 14:59:57 +00:00
|
|
|
"main": "dist/index.js",
|
2016-05-02 00:51:37 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2015-09-20 17:21:29 +00:00
|
|
|
"scripts": {
|
2016-02-02 15:49:16 +00:00
|
|
|
"test": "(npmts)",
|
2015-12-26 00:51:04 +00:00
|
|
|
"testbrowser": "(npm test) && (node testbrowser.js)",
|
2015-12-20 22:22:38 +00:00
|
|
|
"gitsetup": "(git config push.followTags true)",
|
|
|
|
"push": "(git push origin master && git push origin release && git push --follow-tags)",
|
|
|
|
"reinstall": "(rm -r node_modules && npm install)",
|
|
|
|
"release": "(npm test) && (git pull origin master && npm version patch && git checkout release && git merge master && git checkout master && npm run push)",
|
|
|
|
"update": "(git checkout master && git pull origin master) && (npm install)",
|
|
|
|
"upgrade": "(npm run update) && (ncu upgradeAll && npm install)"
|
2015-09-20 17:21:29 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-05-30 04:42:42 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/beautylog.git"
|
2015-09-20 17:21:29 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2015-09-20 19:45:37 +00:00
|
|
|
"log",
|
|
|
|
"color",
|
|
|
|
"console",
|
|
|
|
"beautiful"
|
2015-09-20 17:21:29 +00:00
|
|
|
],
|
|
|
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-05-30 04:42:42 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/beautylog/issues"
|
2015-09-20 17:21:29 +00:00
|
|
|
},
|
2016-05-30 04:42:42 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/beautylog",
|
2015-09-20 19:45:37 +00:00
|
|
|
"dependencies": {
|
2016-07-14 21:01:08 +00:00
|
|
|
"@types/colors": "*",
|
|
|
|
"@types/q": "*",
|
2015-11-13 21:53:28 +00:00
|
|
|
"cli-color": "^1.1.0",
|
2016-02-11 01:25:30 +00:00
|
|
|
"cli-table2": "^0.2.0",
|
2015-12-26 00:51:04 +00:00
|
|
|
"colors": "1.1.2",
|
2016-05-01 23:41:21 +00:00
|
|
|
"figlet": "^1.1.2",
|
2016-05-30 04:40:39 +00:00
|
|
|
"lodash": "^4.13.1",
|
2016-05-23 07:10:30 +00:00
|
|
|
"ora": "^0.2.3",
|
2016-02-11 03:04:49 +00:00
|
|
|
"q": "^1.4.1",
|
2016-05-23 07:10:30 +00:00
|
|
|
"smartenv": "^1.2.5",
|
2016-07-01 04:17:12 +00:00
|
|
|
"typings-global": "^1.0.5"
|
2015-12-20 22:22:38 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-04-04 21:10:19 +00:00
|
|
|
"easyserve": "^0.0.5",
|
2016-02-11 01:25:30 +00:00
|
|
|
"gulp": "^3.9.1",
|
2016-07-01 04:17:12 +00:00
|
|
|
"gulp-browser": "^2.1.9",
|
2016-06-11 23:13:16 +00:00
|
|
|
"npmts-g": "^5.2.6",
|
2016-05-23 12:30:58 +00:00
|
|
|
"typings-test": "^1.0.1"
|
2015-09-20 19:45:37 +00:00
|
|
|
}
|
2015-09-20 17:21:29 +00:00
|
|
|
}
|