15 lines
381 B
JSON
15 lines
381 B
JSON
{
|
|
"name": "ngwiki-plugin-autogit",
|
|
"version": "1.0.0",
|
|
"description": "ngwiki plugin that periodically updates the git repository located at wiki_dir",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Ketchetwahmeegwun T. Southall",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"simple-git": "^1.91.0"
|
|
}
|
|
}
|