2015-09-20 17:21:29 +00:00
|
|
|
{
|
|
|
|
"name": "beautylog",
|
2016-05-19 19:45:39 +02:00
|
|
|
"version": "5.0.4",
|
2016-05-03 23:09:57 +02:00
|
|
|
"description": "beautiful logging, TypeScript ready",
|
2016-02-23 15:59:57 +01:00
|
|
|
"main": "dist/index.js",
|
2016-05-02 02:51:37 +02:00
|
|
|
"typings": "dist/index.d.ts",
|
2015-09-20 17:21:29 +00:00
|
|
|
"scripts": {
|
2016-02-02 16:49:16 +01:00
|
|
|
"test": "(npmts)",
|
2015-12-26 01:51:04 +01:00
|
|
|
"testbrowser": "(npm test) && (node testbrowser.js)",
|
2015-12-20 23:22:38 +01: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",
|
|
|
|
"url": "https://github.com/pushrocks/beautylog.git"
|
|
|
|
},
|
|
|
|
"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": {
|
|
|
|
"url": "https://github.com/pushrocks/beautylog/issues"
|
|
|
|
},
|
2015-09-20 19:45:37 +00:00
|
|
|
"homepage": "https://github.com/pushrocks/beautylog",
|
|
|
|
"dependencies": {
|
2015-11-13 22:53:28 +01:00
|
|
|
"cli-color": "^1.1.0",
|
2016-02-11 02:25:30 +01:00
|
|
|
"cli-table2": "^0.2.0",
|
2015-12-26 01:51:04 +01:00
|
|
|
"colors": "1.1.2",
|
2016-05-02 01:41:21 +02:00
|
|
|
"figlet": "^1.1.2",
|
|
|
|
"lodash": "^4.11.1",
|
2016-05-14 01:18:44 +02:00
|
|
|
"ora": "^0.2.1",
|
2016-02-11 04:04:49 +01:00
|
|
|
"q": "^1.4.1",
|
2016-05-02 01:41:21 +02:00
|
|
|
"smartenv": "^1.2.2"
|
2015-12-20 23:22:38 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-04-04 23:10:19 +02:00
|
|
|
"easyserve": "^0.0.5",
|
2016-02-11 02:25:30 +01:00
|
|
|
"gulp": "^3.9.1",
|
2016-05-02 01:41:21 +02:00
|
|
|
"gulp-browser": "^2.0.1",
|
|
|
|
"npmts": "^5.1.5"
|
2015-09-20 19:45:37 +00:00
|
|
|
}
|
2015-09-20 17:21:29 +00:00
|
|
|
}
|