Source code
Revision control
Copy as Markdown
Other Tools
NODE PROPERTIES UPGRADING
The original library is intended for node and not for the browser. Most files are not
needed here.
To update
- update the initial "module.exports" to "var parse" in parse.js
- remove the require statements at the beginning
- merge the two files, parse.js first, read.js second