{
  "name": "fast-git-save",
  "version": "1.0.0",
  "description": "Ultimate weapon to save time in small projects with github",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "save": "git add -A && git commit -m \"updated\"",
    "push": "git add -A && git commit -m \"updated\" && git push origin master" 
  },
  "keywords": [],
  "author": "gpanebra <gpanebramoina@gmail.com>",
  "license": "MIT"
}
