UNPKG

oss-attribution-generator

Version:

utility to parse bower and npm packages used in a project and generate an attribution file to include in your product

41 lines (40 loc) 1.05 kB
{ "dependencies": { "bluebird": "^3.5.0", "bower": "^1.8.0", "bower-json": "^0.8.1", "bower-license": "^0.4.4", "fs-jetpack": "^0.12.0", "license-checker": "^13.0.3", "lodash": "^4.17.4", "spdx-licenses": "^0.0.3", "yargs": "^7.0.2", "taim": "^1.0.2" }, "name": "oss-attribution-generator", "description": "utility to parse bower and npm packages used in a project and generate an attribution file to include in your product", "version": "1.7.1", "bin": { "generate-attribution": "index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/zumwald/oss-attribution-generator.git" }, "keywords": [ "license", "attribution", "npm", "bower", "credit" ], "author": "Dan Zumwalt", "license": "MIT", "bugs": { "url": "https://github.com/zumwald/oss-attribution-generator/issues" }, "homepage": "https://github.com/zumwald/oss-attribution-generator#readme" }