h1. skeleton files required to start a nodejs client app that accesses one of my APIs. top-level directory ------------------- js/ modules/ node_modules/ package.json root/ views/ modules/ ----------- date.format.js - i manually downloaded and placed this module in this directory. i found it on github. node_modules/ ------------- the command @npm install@ will read the package.json file and automatically create this directory and download the packages listed in the json file.