{
  "name": "bin-demo-min",
  "version": "1.1.0",
  "description": "An empty package which has 'bin' command in package.json, only for npm enclose to use.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "echo \"Bin test\" && exit 0"
  },
  "bin": {
    "bin-demo-min": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/troyeagle/bin-demo-min.git"
  },
  "keywords": [
    "demo"
  ],
  "author": "troyeagle",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/troyeagle/bin-demo-min/issues"
  },
  "homepage": "https://github.com/troyeagle/bin-demo-min#readme"
}
