Browse Source

Examples

master 0.1.0
Harish.K 9 years ago
parent
commit
7d345c1bbd
  1. 3
      example/app/config/default.json
  2. 3
      example/app/config/production.json
  3. 11
      example/app/package.json
  4. 2
      example/app/xyz.js

3
example/app/config/default.json

@ -0,0 +1,3 @@
{
"port":3000
}

3
example/app/config/production.json

@ -0,0 +1,3 @@
{
"port":5000
}

11
example/app/package.json

@ -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
example/app/xyz.js

@ -0,0 +1,2 @@
console.log( require('tconfig'));
Loading…
Cancel
Save