mirror of https://github.com/harish2704/tconfig
4 changed files with 19 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||
|
{ |
||||
|
"port":3000 |
||||
|
} |
@ -0,0 +1,3 @@ |
|||||
|
{ |
||||
|
"port":5000 |
||||
|
} |
@ -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" |
||||
|
} |
@ -0,0 +1,2 @@ |
|||||
|
|
||||
|
console.log( require('tconfig')); |
Loading…
Reference in new issue