Skip to content

Commit

Permalink
package.json added
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar authored and Sagar committed Sep 21, 2018
0 parents commit 1bea82b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
@@ -0,0 +1,13 @@
{
"name": "simple-node-application",
"version": "1.0.0",
"description": "A small node application",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"node": "10.10.0"
},
"keywords": []
}

0 comments on commit 1bea82b

Please sign in to comment.