2
0
mirror of https://github.com/gitwatch/gitwatch synced 2024-11-15 06:12:52 +00:00
gitwatch/package.json

9 lines
272 B
JSON
Raw Normal View History

2017-08-18 12:42:11 +00:00
{
"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" ]
}