2017-01-16 16:17:23 +02:00
|
|
|
module.exports = {
|
2017-02-20 18:15:36 +02:00
|
|
|
allowedPackages: [{
|
|
|
|
name: 'colors',
|
|
|
|
extraFieldsForDocumentation: 'Licence is MIT, but was not found by tool: https://github.com/Marak/colors.js/blob/v0.5.1/MIT-LICENSE.txt', // optional
|
|
|
|
date: '17 January 2017', // optional
|
|
|
|
reason: 'MIT Licenced' // optional
|
|
|
|
}],
|
2017-01-16 16:17:23 +02:00
|
|
|
allowedLicenses: [
|
|
|
|
'CC-BY-4.0',
|
|
|
|
'CC0-1.0',
|
|
|
|
'MIT',
|
|
|
|
'ISC',
|
|
|
|
'Apache',
|
|
|
|
'BSD',
|
|
|
|
'WTF',
|
|
|
|
'Public Domain',
|
|
|
|
'MPL',
|
|
|
|
'Unlicense'
|
|
|
|
]
|
|
|
|
};
|