2019-01-27 00:34:59 +01:00
|
|
|
{
|
|
|
|
"name": "dcdocs",
|
2020-01-25 20:45:25 +01:00
|
|
|
"version": "1.1.1",
|
2019-01-27 00:34:59 +01:00
|
|
|
"description": "Documentation repo for Data Controller",
|
|
|
|
"main": "index.js",
|
|
|
|
"directories": {
|
|
|
|
"doc": "docs"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"release": "standard-version"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-01-17 22:13:36 +01:00
|
|
|
"url": "git+https://github.com/datacontroller/dcdocs.github.io.git"
|
2019-01-27 00:34:59 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"SAS"
|
|
|
|
],
|
|
|
|
"author": "Allan Bowe",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2022-01-17 22:13:36 +01:00
|
|
|
"url": "https://github.com/datacontroller/dcdocs.github.io/issues"
|
2019-01-27 00:34:59 +01:00
|
|
|
},
|
|
|
|
"homepage": "https://docs.datacontroller.io",
|
2021-04-30 21:27:38 +03:00
|
|
|
"devDependencies": {}
|
2019-01-27 00:34:59 +01:00
|
|
|
}
|