{
  "name": "lx-scan",
  "version": "1.0.0",
  "description": "License eXtension to find 5-tuples of all installed packages:   name, version, project home page, license (e. g. Apache v2, BSD) and required notice.  It includes a GUI to edit information for each package and to enter information if necessary.",
  "main": "./lx.js",
  "bin": "./bin/lx-cli.js",
  "directories": {
    "doc": "doc",
    "test": "test"
  },
  "dependencies": {
    "abbrev": "1.0.5",
    "async": "0.9.0",
    "async-some": "1.0.1",
    "cheerio": "^0.18.0",
    "github-url-from-git": "^1.1.1",
    "github-url-from-username-repo": "0.2.0",
    "glob": "4.0.4",
    "graceful-fs": "3.0.2",
    "inherits": "2.0.1",
    "lru-cache": "2.5.0",
    "minimatch": "0.3.0",
    "mkdirp": "0.3.5",
    "node-gyp": "0.13.1",
    "nopt": "3.0.1",
    "normalize-package-data": "0.4.1",
    "npm-package-arg": "2.0.2",
    "once": "1.3.0",
    "osenv": "0.1.0",
    "read-package-json": "1.2.4",
    "request": "2.30.0",
    "semver": "2.3.2",
    "slide": "1.1.5",
    "underscore": "^1.7.0"
  },
  "bundledDependencies": [
    "LXWebGui",
    "scanner_utils"
  ],
  "devDependencies": {},
  "scripts": {
    "test": "bin/lx-cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pedwardsIBM/lx"
  },
  "keywords": [
    "License",
    "Intellectual",
    "Property"
  ],
  "author": "Bill Spurlin, Parker Edwards",
  "license": "MIT"
}
