{
  "name": "@siweb/options-parser",
  "version": "3.0.1",
  "description": "Command parser",
  "main": "options.parser.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/options_parser.git"
  },
  "keywords": [
    "parser",
    "command",
    "options"
  ],
  "author": "pc.pallin",
  "license": "ISC",
  "dependencies": {
    "bh-section": "^1.0.4",
    "chai": "^3.5.0",
    "mocha": "^3.2.0"
  }
}
