28 lines
571 B
JSON
28 lines
571 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/macropeople/dcdocs.github.io.git"
|
|
},
|
|
"keywords": [
|
|
"SAS"
|
|
],
|
|
"author": "Allan Bowe",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/macropeople/dcdocs.github.io/issues"
|
|
},
|
|
"homepage": "https://docs.datacontroller.io",
|
|
"devDependencies": {
|
|
}
|
|
}
|