Skip to content

Instantly share code, notes, and snippets.

@travisperson
Created August 21, 2015 04:51
Show Gist options
  • Select an option

  • Save travisperson/99c403f8ae6db3747465 to your computer and use it in GitHub Desktop.

Select an option

Save travisperson/99c403f8ae6db3747465 to your computer and use it in GitHub Desktop.
console.log(process.version)
{
"name": "docker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Travis Person <travis.person@gmail.com> (http://travisperson.com)",
"license": "ISC",
"dependencies": {
"express": "^4.13.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment