2
0
mirror of https://github.com/gitwatch/gitwatch synced 2024-11-17 03:25:41 +00:00
gitwatch/package.json
2017-08-22 08:29:36 -04:00

9 lines
272 B
JSON

{
"name": "gitwatch",
"version": "0.0.1",
"description": "A script to watch a file or folder and automatically commit changes to a Git repo",
"global": "1",
"install": "install -b gitwatch.sh ${PREFIX:-/usr/local}/bin/gitwatch",
"scripts": [ "gitwatch.sh" ]
}