package.json
{
"name": "turbo-git-add",
"version": "0.2.1",
"description": "Turbo git add command. Improvement on top of your git add command.",
"main": "index.js",
"scripts": {
"test": "nyc jasmine-node --verbose --captureExceptions test"
},
"dependencies": {
"inquirer": "^1.2.3",
"turbo-git-config": "^0.4.2"
},
"devDependencies": {
"console-mock": "^1.0.24",
"jasmine-node": "^1.14.5",
"nyc": "^8.1.0"
},
"engines": {
"node": "7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/labs-js/turbo-git-add.git"
},
"keywords": [
"turbo-git",
"git"
],
"author": "lab-js <https://github.com/labs-js>",
"license": "MIT",
"bugs": {
"url": "https://github.com/labs-js/turbo-git-add/issues"
},
"homepage": "https://github.com/labs-js/turbo-git-add#readme"
}