smartlog-destination-local/package.json

47 lines
1.4 KiB
JSON
Raw Normal View History

2015-09-20 17:21:29 +00:00
{
"name": "beautylog",
2016-02-02 14:02:49 +00:00
"version": "2.0.6",
2015-09-20 17:21:29 +00:00
"description": "beautiful logging",
"main": "index.js",
"scripts": {
2016-01-25 00:01:07 +00:00
"test": "(npmts) && (node ./test.js)",
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",
"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 21:53:28 +00:00
"cli-color": "^1.1.0",
2015-11-15 05:15:20 +00:00
"cli-table2": "^0.1.9",
2015-12-26 00:51:04 +00:00
"colors": "1.1.2",
2016-01-30 05:19:44 +00:00
"highlight.js": "^9.1.0",
2016-02-02 15:15:09 +00:00
"hlight": "0.0.7",
2015-12-26 00:51:04 +00:00
"smartenv": "0.0.15"
2015-12-20 22:22:38 +00:00
},
"devDependencies": {
2016-01-30 05:19:44 +00:00
"easyserve": "0.0.5",
2015-12-20 22:22:38 +00:00
"gulp": "^3.9.0",
2016-02-02 15:15:09 +00:00
"gulp-browser": "1.0.7",
"npmts": "^2.0.3"
2015-09-20 19:45:37 +00:00
}
2015-09-20 17:21:29 +00:00
}