license-sniffer
Version:
Detect the license of node.js projects and their dependencies
33 lines (32 loc) • 885 B
JSON
{
"name": "license-sniffer",
"version": "0.1.2",
"author": "Michael Williamson <mike@zwobble.org>",
"description": "Detect the license of node.js projects and their dependencies",
"main": "./lib/index.js",
"bin": {
"node-license-sniffer": "bin/node-license-sniffer"
},
"repository": {
"type": "git",
"url": "https://github.com/mwilliamson/node-license-sniffer.git"
},
"dependencies": {
"optimist": "~0.3.7",
"natural": "~0.1.20",
"underscore": "~1.4.4",
"q": "~0.9.2",
"markdown": "~0.4.0"
},
"devDependencies": {
"mocha": "~1.8",
"temp": "~0.5.0",
"mkdirp": "~0.3.5",
"duck": "~0.1.10"
},
"license": "BSD",
"scripts": {
"test": "mocha tests"
},
"keywords": ["license", "licence", "sniffer", "sniff", "detect"]
}