{
  "name": "edb-dom",
  "version": "0.13.0",
  "description": "Um seletor de elementos livre de gorduras.",
  "main": "./src/index.js",
  "config": {
    "commitMessage": "Atualiza dependências"
  },
  "scripts": {
    "git": "npm run gst && npm run gad && npm run gco && npm run gta && npm run gpu",
    "gst": "git status",
    "gad": "git add .",
    "gco": "cross-var git commit -m \"$npm_package_config_commitMessage\"",
    "gta": "cross-var git tag v$npm_package_version",
    "gpu": "npm run gpo && npm run gpb && npm run gpg",
    "gpo": "git push origin master --tags",
    "gpg": "git push gl master --tags",
    "gpb": "git push bb master --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/digitalbocca/edb-dom.git"
  },
  "keywords": [
    "seletor",
    "DOM",
    "elementos",
    "$"
  ],
  "author": "Gabriel Bertola Bocca - gabriel@estudiodigitalbocca.com.br",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/digitalbocca/edb-dom/issues"
  },
  "homepage": "https://github.com/digitalbocca/edb-dom#readme",
  "devDependencies": {
    "cross-var-no-babel": "^1.2.0",
    "standard": "^17.0.0"
  }
}
