docs.datacontroller.io/package.json

27 lines
574 B
JSON

{
"name": "dcdocs",
"version": "1.1.1",
"description": "Documentation repo for Data Controller",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datacontroller/dcdocs.github.io.git"
},
"keywords": [
"SAS"
],
"author": "Allan Bowe",
"license": "ISC",
"bugs": {
"url": "https://github.com/datacontroller/dcdocs.github.io/issues"
},
"homepage": "https://docs.datacontroller.io",
"devDependencies": {}
}