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
18 lines • 367 B
JSON
{
"name": "test-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.6.3",
"bootstrap": "^3.3.7",
"gulp-yarn": "^0.1.1",
"has-yarn": "^1.0.0",
"karma-jasmine": "^1.1.0"
}
}