plugin-autogit/package.json
kts of kettek(MindFire) 0faf8bffe5 Add code
2019-01-15 22:19:46 -05:00

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"
}
}