forked from rameshpadman/fims-web-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlicense.config.js
44 lines (44 loc) · 924 Bytes
/
license.config.js
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
41
42
43
44
module.exports = {
"allowedPackages": [
{
"name": "xmldom",
"reason": "License offers option between LGPL or MIT(https://github.com/jindw/xmldom/blob/master/LICENSE)"
},
{
"name": "css-select",
"reason": "BSD-2-Clause license"
},
{
"name": "css-what",
"reason": "BSD-2-Clause license"
},
{
"name": "entities",
"reason": "BSD-2-Clause license"
},
{
"name": "spdx-expression-parse",
"reason": "Uses CC-BY-3.0 and therefore added to NOTICE file"
},
{
"name": "caniuse-db",
"reason": "Uses CC-BY-4.0 and therefore added to NOTICE file"
}
],
"disallowedPackages": [],
"allowedLicenses": [
"MIT",
"MIT/X11",
"ISC",
"Apache-2.0",
"BSD",
"BSD-like",
"BSD-2-Clause",
"BSD-3-Clause",
"WTFPL",
"JSF",
"Unlicense",
"Public Domain"
],
"strictMode": true
};