Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
npm init
  • Loading branch information
hoatle committed Jul 6, 2017
1 parent 8306b22 commit 893a19a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
@@ -0,0 +1,11 @@
{
"name": "nodejs-hello-world",
"version": "0.1.0-SNAPSHOT",
"description": "nodejs-hello-world",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Teracy",
"license": "MIT"
}

0 comments on commit 893a19a

Please sign in to comment.