{
  "name": "call-module",
  "version": "1.0.0",
  "description": "The UNIX Philosophy - call a Node module with command line arguments, and print any returned objects as a string",
  "main": "call-module.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "minimist": "^1.2.0"
  }
}
