{
  "name": "operetta",
  "description": "The Node Option Parser That Sings!",
  "version": "1.0.2",
  "author": {
    "name": "Dmytri Kleiner",
    "email": "dk@trick.ca"
  },
  "bugs": {
    "url": "https://github.com/dmytri/node-operetta/issues"
  },
  "engines": {
    "node": ">=8.10.0"
  },
  "homepage": "https://www.npmjs.com/package/operetta",
  "keywords": [
    "Option Parser",
    "gnuopt",
    "options",
    "paramaters",
    "subcommands",
    "cli"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/dmytri/node-operetta.git"
  },
  "scripts": {
    "test": "standard *.js test/*.js && tape test/*.js"
  },
  "devDependencies": {
    "standard": "^14.3.4",
    "tape": "^5.0.1"
  }
}
