package-license
Version:
Checks the filesystem for potential license files and attempts to detect what they are
31 lines (30 loc) • 684 B
JSON
{
"name": "package-license",
"version": "0.4.1",
"description": "Checks the filesystem for potential license files and attempts to detect what they are",
"main": "index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "https://github.com/AceMetrix/package-license.git"
},
"keywords": [
"license",
"npm",
"bower",
"detect"
],
"author": "Duncan Wong <baduncaduncan@gmail.com>",
"contributors": [{
"name": "Alexander Wunschik",
"email": "dev@wunschik.net"
}],
"license": "Apache2",
"bugs": {
"url": "https://github.com/AceMetrix/package-license/issues"
},
"dependencies": {
"underscore": "~1.5.2"
}
}