This commit is contained in:
2016-12-07 14:31:23 +05:30
parent 06109151fe
commit 7d345c1bbd
4 changed files with 19 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"port":3000
}
+3
View File
@@ -0,0 +1,3 @@
{
"port":5000
}
+11
View File
@@ -0,0 +1,11 @@
{
"name": "app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
+2
View File
@@ -0,0 +1,2 @@
console.log( require('tconfig'));