Khrisna commited on
Commit
be570c3
·
verified ·
1 Parent(s): c329020

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +6 -0
package.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "dependencies": {
3
+ "express": "*",
4
+ "body-parser": "*"
5
+ }
6
+ }