gittestforcommuting
Version:
index.js 1.0.0 - Verifies git status of a target directory
24 lines (23 loc) • 518 B
JSON
{
"name": "gittestforcommuting",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"gittestforcommuting": "./index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "3.5.0",
"caporal": "0.5.0",
"debug": "2.6.8",
"lodash": "4.17.4",
"moment": "2.18.1",
"ora": "1.2.0",
"shelljs": "0.7.7"
}
}