Skip to content
Travis Webb edited this page Jun 27, 2014 · 6 revisions

Welcome to the june2014-beginner-workshop wiki!

package.json

{
  "name": "norfolkjs-june2014-examples",

  "dependencies": {
    "compression": "^1.0.8",
    "express": "^4.4.5"
  }
}

Looks like this on npmjs.org:

package.json Dependencies on npmjs.org

users of node.js

Clone this wiki locally