{
  "name": "indicadoresdeldia",
  "version": "0.0.3",
  "description": "Obtener indicadores del dia desde indicadoresdeldia.cl",
  "main": "src",
  "scripts": {
    "pretest": "eslint .",
    "test": "istanbul cover _mocha",
    "coveralls": "coveralls < coverage/lcov.info",
    "codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
    "release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags && npm publish",
    "release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags && npm publish",
    "release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish"
  },
  "engines": {
    "node": ">=4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lgaticaq/indicadoresdeldia.git"
  },
  "keywords": [
    "santoral",
    "uf",
    "ipc",
    "utm",
    "imacec",
    "restriccion"
  ],
  "author": "Leonardo Gatica <lgatica@protonmail.com> (https://about.me/lgaticaq)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lgaticaq/indicadoresdeldia/issues"
  },
  "homepage": "https://github.com/lgaticaq/indicadoresdeldia#readme",
  "dependencies": {},
  "devDependencies": {
    "chai": "^3.5.0",
    "codeclimate-test-reporter": "^0.4.0",
    "coveralls": "^2.11.15",
    "eslint": "^3.10.0",
    "generate-changelog": "^1.0.2",
    "istanbul": "^0.4.5",
    "mocha": "^3.1.2",
    "nock": "^9.0.2"
  },
  "eslintConfig": {
    "env": {
      "es6": true,
      "node": true,
      "mocha": true
    },
    "extends": "eslint:recommended",
    "rules": {
      "indent": [
        2,
        2
      ],
      "linebreak-style": [
        2,
        "unix"
      ],
      "quotes": [
        2,
        "single"
      ],
      "semi": [
        2,
        "always"
      ]
    }
  },
  "tonicExampleFilename": "example.js"
}
