1NODE PROPERTIES UPGRADING
2
3Original library at https://github.com/gagle/node-properties
4The original library is intended for node and not for the browser. Most files are not
5needed here.
6
7To update
8- copy https://github.com/gagle/node-properties/blob/master/lib/parse.js
9- update the initial "module.exports" to "var parse" in parse.js
10- copy https://github.com/gagle/node-properties/blob/master/lib/read.js
11- remove the require statements at the beginning
12- merge the two files, parse.js first, read.js second