chronograf/package.json

27 lines
479 B
JSON

{
"private": true,
"name": "chronograf",
"description": "",
"workspaces": {
"packages": [
"ui"
]
},
"scripts": {
"postinstall": "echo \"\" > node_modules/go.mod"
},
"homepage": "https://github.com/influxdata/chronograf",
"repository": {
"type": "git",
"url": "git+https://github.com/influxdata/chronograf"
},
"keywords": [
"influxdb",
"influxdata"
],
"author": {
"name": "InfluxData"
},
"license": "AGPL-3.0"
}