chronograf/package.json

27 lines
479 B
JSON
Raw Normal View History

{
"private": true,
2021-03-08 18:31:32 +00:00
"name": "chronograf",
"description": "",
"workspaces": {
"packages": [
"ui"
]
},
"scripts": {
2021-03-11 07:51:52 +00:00
"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"
},
2021-03-08 18:31:32 +00:00
"license": "AGPL-3.0"
}