animaltracking-model
Advanced tools
Comparing version 0.2.2-20180228193442 to 0.2.2-20180326082406
{ | ||
"engines": { | ||
"composer": "^0.18.0" | ||
"composer": "^0.19.0" | ||
}, | ||
"name": "animaltracking-model", | ||
"version": "0.2.2-20180228193442", | ||
"version": "0.2.2-20180326082406", | ||
"description": "Animal Tracking model based on UK DEFRA regulations", | ||
"scripts": { | ||
"licchk": "license-check", | ||
"licchk": "license-check-and-add", | ||
"test": "npm run licchk" | ||
@@ -27,13 +27,26 @@ }, | ||
"devDependencies": { | ||
"license-check": "^1.1.5" | ||
"license-check-and-add": "2.0.4" | ||
}, | ||
"license-check-config": { | ||
"src": [ | ||
"**/*.cto" | ||
"license-check-and-add-config": { | ||
"folder": ".", | ||
"license": "LICENSE.txt", | ||
"exact_paths_method": "EXCLUDE", | ||
"exact_paths": [ | ||
"node_modules" | ||
], | ||
"path": "header.txt", | ||
"blocking": true, | ||
"logInfo": false, | ||
"logError": true | ||
"file_type_method": "EXCLUDE", | ||
"file_types": [ | ||
".md" | ||
], | ||
"insert_license": false, | ||
"license_formats": { | ||
"cto": { | ||
"prepend": "/*", | ||
"append": " */", | ||
"eachLine": { | ||
"prepend": " * " | ||
} | ||
} | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
134029