{
  "name": "licenses-html-generator",
  "version": "1.1.0",
  "description": "Generates html licenses file from list of sources (git repos or local files)",
  "main": "main.js",
  "bin": {
    "licenses-html-generator": "./main.js"
  },
  "scripts": {
    "test": "node main.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephentuso/licenses-html-generator.git"
  },
  "author": "stephentuso",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stephentuso/licenses-html-generator/issues"
  },
  "homepage": "https://github.com/stephentuso/licenses-html-generator#readme"
}
