initalize repo

This commit is contained in:
Dryusdan 2017-03-22 20:53:50 +01:00
commit e959970f79
3 changed files with 13 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/node_modules/
/nbproject/

0
app.js Normal file
View File

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "blog",
"version": "1.0.0",
"keywords": ["util", "functional", "server", "client", "browser"],
"author": "dryusdan",
"scripts":{
"start": "node app.js"
},
"contributors": [],
"dependencies": {}
}