{
  "name": "ga-js",
  "version": "0.0.0",
  "description": "A JavaScript library that helps you set up Google Analytics.",
  "keywords": [
    "google",
    "analytics",
    "library",
    "ga",
    "js"
  ],
  "main": "dist/js/ga.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/honzahommer/ga-js.git"
  },
  "authors": [
    "Honza Hommer <honza@hommer.cz>"
  ],
  "bugs": {
    "url": "https://github.com/honzahommer/ga-js/issues"
  },
  "homepage": "https://github.com/honzahommer/ga-js#readme",
  "scripts": {
    "createenv": "cp -n .env.example .env",
    "preinstall": "npm install -g coffee-script jshint jsonlint grunt grunt-cli",
    "postinstall": "npm run createenv && grunt serve",
    "uninstall": "rm -rf node_modules/ tmp/ .env",
    "test": "grunt test",
    "postmerge": "npm update && grunt dev"
  },
  "devDependencies": {
    "bootstrap": "^3.3.7",
    "dotenv-safe": "^2.3.1",
    "grunt": "^1.0.1",
    "grunt-available-tasks": "^0.6.3",
    "grunt-bump": "^0.8.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-less": "^1.3.0",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-include-replace": "^4.0.1",
    "grunt-jscs": "^3.0.1",
    "grunt-usemin": "^3.1.1",
    "husky": "^0.11.6",
    "load-grunt-tasks": "^3.5.0",
    "time-grunt": "^1.4.0"
  }
}
