Skip to content

Instantly share code, notes, and snippets.

@fitwist
Last active May 25, 2019 14:17
Show Gist options
  • Save fitwist/f9aa650b7a8fcf80e1de7297f4495aff to your computer and use it in GitHub Desktop.
Save fitwist/f9aa650b7a8fcf80e1de7297f4495aff to your computer and use it in GitHub Desktop.
index.js
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": "Helen Kapatsa",
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment