@ovh-ux/ng-log-live-tail
Version:
Poll a log API for displaying messages
50 lines (49 loc) • 1.29 kB
JSON
{
"name": "@ovh-ux/ng-log-live-tail",
"version": "2.6.2",
"description": "Poll a log API for displaying messages",
"keywords": [
"angularjs",
"api",
"log",
"ovh",
"ovhcloud",
"poll"
],
"homepage": "https://github.com/ovh/manager/tree/master/packages/components/ng-log-live-tail#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ovh/manager.git",
"directory": "packages/components/ng-log-live-tail"
},
"license": "BSD-3-Clause",
"author": "OVH SAS",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"browser": "./dist/umd/ng-log-live-tail.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c --environment BUILD:production",
"dev": "rollup -c --environment BUILD:development",
"dev:watch": "rollup -c --environment BUILD:development --watch",
"prepare": "rollup -c --environment BUILD:production"
},
"resolutions": {
"set-value": "^2.0.1"
},
"dependencies": {
"@ovhcloud/ods-theme-blue-jeans": "17.2.2",
"date-fns": "^3.6.0",
"lodash": "~4.17.15"
},
"devDependencies": {
"@ovh-ux/component-rollup-config": "^13.1.0"
},
"peerDependencies": {
"angular": "^1.7.0",
"angularjs-scroll-glue": "^2.2.0"
}
}