{
  "name": "splitargs",
  "version": "0.0.7",
  "description": "Splits strings into tokens by given separator except treating quoted part as a single token.",
  "main": "splitargs.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/elgs/splitargs"
  },
  "keywords": [
    "split",
    "args",
    "quoted",
    "space"
  ],
  "author": "Elgs Chen",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/elgs/splitargs/issues"
  },
  "homepage": "https://github.com/elgs/splitargs"
}
