Skip to content

Instantly share code, notes, and snippets.

@joeeames
Last active September 29, 2015 19:56
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 joeeames/58e5dfc62489a5a288de to your computer and use it in GitHub Desktop.
Save joeeames/58e5dfc62489a5a288de to your computer and use it in GitHub Desktop.
module.exports = function() {
console.log('Hello Mars!')
}
{
"name": "hello-mars",
"version": "1.0.1",
"description": "Hello Mars!",
"main": "index.js",
"dependencies": {
},
"devDependencies": {
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Joe Eames",
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment