This folder contains the nodeJS application RESTful OWL API. The source and the instructions, how to build it from the scratch, can be found on https://github.com/ramyadirsumilli/rest_owl_api/. This software makes use of other OpenSource (MIT, BSD 3-clause, public domain, MPL 2.0, ISC, Apache 2.0), which can be found in lib/ as well as in the node_modules/ directory. To get the source, documentation, and license information for the latter, just copy the package.json into an empty directory, and run 'npm install' from there, e.g.: mkdir /var/tmp/src cp package.json /var/tmp/src/ cd /var/tmp/src npm install The subdirectory node_modules/ should than contain all available files.