{
  "name": "woocommerce-google-analytics-integration",
  "title": "WooCommerce Google Analytics Integration",
  "version": "1.4.4",
  "license": "GPL-2.0",
  "homepage": "http://wordpress.org/plugins/woocommerce-google-analytics-integration/",
  "repository": {
    "type": "git",
    "url": "git://github.com/woocommerce/woocommerce-google-analytics-integration.git"
  },
  "main": "Gruntfile.js",
  "scripts": {
    "build": "grunt",
    "update-deps": "npm install -g rimraf && rimraf node_modules && rimraf npm-shrinkwrap.json && npm install && npm shrinkwrap --dev"
  },
  "devDependencies": {
    "config": "^1.24.0",
    "cross-env": "^3.0.0",
    "grunt": "~1.0.1",
    "grunt-checktextdomain": "~1.0.1",
    "grunt-contrib-clean": "~1.1.0",
    "grunt-contrib-concat": "~1.0.1",
    "grunt-contrib-cssmin": "~2.2.1",
    "grunt-contrib-uglify": "~3.1.0",
    "grunt-contrib-watch": "~1.0.0",
    "grunt-phpcs": "~0.4.0",
    "grunt-postcss": "~0.9.0",
    "grunt-rtlcss": "~2.0.1",
    "grunt-shell": "~2.1.0",
    "grunt-wp-i18n": "~1.0.1",
    "shortid": "^2.2.8"
  },
  "engines": {
    "node": ">=8.9.3",
    "npm": ">=5.5.1"
  },
  "dependencies": {
    "npm": "^5.7.1"
  }
}
