docs.datacontroller.io/package.json

27 lines
574 B
JSON
Raw Normal View History

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