{
  "name": "options-to-args",
  "version": "2.0.1",
  "description": "transform an options object into an array of args",
  "main": "./distribution/index.js",
  "scripts": {
    "test": "jest --config .jest",
    "prebuild": "npm test && rimraf distribution",
    "build": "cross-env BABEL_ENV=production babel --out-dir distribution source",
    "prepublish": "npm run nsp && npm run build",
    "start": "npm run build && node ./distribution/index.js",
    "watch:start": "chokidar \"source/*.js\" \"source/**/*.js\" -c \"npm run start\"",
    "eslint": "eslint source",
    "eslint:fix": "eslint --fix source",
    "repl": "npm run build && babel-node",
    "nsp": "nsp check",
    "watch:test": "jest --config .jest --watch",
    "coverage": "jest --config .jest --coverage",
    "watch:coverage": "jest --config .jest --coverage --watch"
  },
  "keywords": [
    "spawn",
    "execFile",
    "options",
    "args",
    "arguments",
    "subargs"
  ],
  "author": "rogerbf <roger@bergfalk.nu> (http://bergfalk.nu/)",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.23.0",
    "babel-jest": "^19.0.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-env": "^1.2.2",
    "babel-preset-stage-3": "^6.22.0",
    "chokidar-cli": "^1.2.0",
    "cross-env": "^3.2.3",
    "eslint": "^3.17.0",
    "eslint-config-standard": "^7.0.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^2.1.1",
    "jest-cli": "^19.0.2",
    "nsp": "^2.6.2",
    "rimraf": "^2.6.1"
  },
  "files": [
    "distribution",
    "README.md"
  ],
  "dependencies": {
    "protostar": "^0.0.1",
    "type-detect": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rogerbf/options-to-args.git"
  },
  "bugs": {
    "url": "https://github.com/rogerbf/options-to-args/issues"
  },
  "homepage": "https://github.com/rogerbf/options-to-args#readme"
}
