http://browsenpm.org/package.json#dependency.express ``` json "express": "4.2.x", ``` ``` Require the express module as a dependency. The ^ in this version is a shorthand for >=4.2.0 < 5.0.0. ```