forked from zumwald/oss-attribution-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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"
}