{
  "name": "dogmalangmin",
  "version": "1.0.0-beta6.5",
  "description": "Dogma language support.",
  "homepage": "http://dogmalang.com",
  "author": {
    "name": "Justo Labs",
    "email": "hello@justolabs.com",
    "url": "http://dogmalang.com"
  },
  "contributors": [
    {
      "name": "Raúl G. González",
      "email": "raulggonzalez@dogmalang.com",
      "url": ""
    }
  ],
  "keywords": [
    "Dogma"
  ],
  "bugs": {
    "url": "https://bitbucket.org/dogmalang/dogmalang-min-js/issues",
    "email": "issues@dogmalang.com"
  },
  "repository": {
    "type": "git",
    "url": "https://bitbucket.com/dogmalang/dogmalang-min-js.git"
  },
  "engines": {
    "node": ">= 8.0",
    "npm": ">= 3.10"
  },
  "dependencies": {
    "lodash.merge": "*"
  },
  "devDependencies": {
    "babel-cli": ">= 6.26",
    "babel-preset-env": "*",
    "eslint": "*",
    "grunt": "*",
    "grunt-contrib-clean": "*",
    "grunt-contrib-copy": "*",
    "grunt-eslint": "*",
    "grunt-exec": "*",
    "justo.assert": "*",
    "nyc": ">= 11.3"
  },
  "preferGlobal": false,
  "main": "src/index.js",
  "files": [
    "src/"
  ],
  "scripts": {
    "test": "justojs r test",
    "coverage": "justojs r make && node_modules/.bin/nyc justojs r test",
    "pipelines": "node_modules/.bin/nyc justojs r test"
  },
  "nyc": {
    "check-coverage": true,
    "cache": true,
    "exclude": [
      "Justo.cat.js",
      "**/test/**/*.js"
    ],
    "reporter": [
      "lcov",
      "text"
    ]
  }
}
