{
  "name": "gpii-launcher",
  "version": "1.0.0-dev.20170712T140305Z.aa60d4a",
  "description": "A launcher that merges options from the command line, environment, options files with the launcher defaults.",
  "main": "index.js",
  "scripts": {
    "pretest": "node node_modules/rimraf/bin.js coverage/*",
    "test": "node node_modules/istanbul/lib/cli.js cover --report none --print none --include-pid tests/js/all-tests.js",
    "posttest": "node node_modules/istanbul/lib/cli.js report --root coverage --dir reports lcov text-summary"
  },
  "bin": "./src/js/wrapper.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GPII/gpii-launcher.git"
  },
  "author": "Tony Atkins <tony@raisingthefloor.org>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://issues.gpii.net/browse/GPII"
  },
  "homepage": "https://github.com/GPII/gpii-launcher/",
  "dependencies": {
    "infusion": "3.0.0-dev.20170322T234120Z.278de35",
    "kettle": "1.6.0",
    "yargs": "7.1.0"
  },
  "devDependencies": {
    "eslint": "3.19.0",
    "eslint-config-fluid": "1.1.0",
    "fluid-grunt-eslint": "18.1.2",
    "grunt": "1.0.1",
    "grunt-jsonlint": "1.1.0",
    "istanbul": "0.4.5",
    "jsonlint": "1.6.2",
    "node-jqunit": "1.1.4",
    "rimraf": "2.6.1"
  }
}
