{
  "name": "sn-github-push",
  "version": "1.2.4",
  "description": "Push note changes to a GitHub repository.",
  "repository": "https://github.com/sn-extensions/github-push.git",
  "license": "AGPL-3.0",
  "author": "Standard Notes <hello@standardnotes.org>",
  "scripts": {
    "start": "grunt watch",
    "build": "grunt",
    "lint": "eslint app --ext .js",
    "lint:fix": "npm run lint --fix"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@standardnotes/component-relay": "2.0.2",
    "angular": "^1.8.2",
    "babel-plugin-angularjs-annotate": "^0.10.0",
    "eslint": "^7.18.0",
    "github-api": "^3.3.0",
    "grunt": "^1.3.0",
    "grunt-angular-templates": "^1.2.0",
    "grunt-babel": "^8.0.0",
    "grunt-browserify": "^5.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-cssmin": "^3.0.0",
    "grunt-contrib-sass": "^1.0.0",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-haml2html": "^0.3.1",
    "grunt-newer": "^1.2.0",
    "sn-stylekit": "2.0.12"
  }
}
