7 lines
319 B
JavaScript
7 lines
319 B
JavaScript
var exports = {
|
|
COPYRIGHT:"Copyright (C) 2014-2017 Stewart Allen <stewart@neuron.com> - All Rights Reserved",
|
|
LICENSE:"Unauthorized copying, modification and re-distribution are strictly prohibited without prior written consent.",
|
|
VERSION:"1.0.99"
|
|
};
|
|
if (!module) var module = {};
|
|
module.exports = exports;
|