plugin-autogit/package.json

15 lines
381 B
JSON
Raw Normal View History

2019-01-15 19:19:46 -08:00
{
"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"
}
}