Skip to content

Instantly share code, notes, and snippets.

@nippe
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nippe/66254c5f11c1f59addfa to your computer and use it in GitHub Desktop.
Save nippe/66254c5f11c1f59addfa to your computer and use it in GitHub Desktop.
package.json
{
"name": "node-version",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": "0.10.32"
},
"dependencies": {
"express": "~4.9.0",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"morgan": "~1.3.0",
"serve-favicon": "~2.1.3",
"debug": "~2.0.0",
"jade": "~1.6.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment