UNPKG
jconf
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Simple node.js configuration engine
github.com/WilixLead/jconf
WilixLead/jconf
jconf
/
test
/
config.js
5 lines
•
71 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
= { host:
'localhost'
, port:
9090
, test:
'abcd'
};