UNPKG

npm-license-crawler

Version:

Analyzes license information for multiple node.js modules (package.json files) as part of your software project.

57 lines (56 loc) 1.41 kB
{ "name": "npm-license-crawler", "version": "0.2.1", "homepage": "https://github.com/mwittig/npm-license-crawler", "description": "Analyzes license information for multiple node.js modules (package.json files) as part of your software project.", "main": "./lib/index.js", "bin": { "npm-license-crawler": "./bin/npm-license-crawler" }, "dependencies": { "async": "^2.6.1", "chalk": "^2.4.2", "jquery-extend": "~2.0.3", "license-checker": "git+https://github.com/mwittig/license-checker#d546e3f738e14c62e732346fa355162d46700893", "mkdirp": "^0.5.1", "nopt": "^3.0.6", "nopt-defaults": "^0.0.1", "nopt-usage": "^0.1.0", "treeify": "^1.1.0" }, "devDependencies": { "vows": "*", "istanbul": "*" }, "scripts": { "test": "istanbul cover --print both vows --" }, "author": { "name": "Marcus Wittig", "url": "https://github.com/mwittig/npm-license-crawler" }, "contributors": [ { "name": "Marcus Wittig", "url": "https://github.com/mwittig" } ], "bugs": { "url": "http://github.com/mwittig/npm-license-crawler/issues" }, "license": "BSD-3-Clause", "repository": { "type": "git", "url": "http://github.com/mwittig/npm-license-crawler.git" }, "keywords": [ "license", "npm", "checker", "crawler" ], "engines": { "node": ">= 4", "npm": ">1.1.x" } }