UNPKG
json-schema-generator
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.4
2.0.3
2.0.1
2.0.0
1.1.16
1.1.15
1.1.13
1.1.12
1.1.11
1.1.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
JSON schema generator based on draft-v4.
github.com/krg7880/json-schema-generator
json-schema-generator
/
test
/
helpers
/
stubby-cli.js
7 lines
•
84 B
JavaScript
View Raw
1
2
3
4
5
6
7
module.exports
=
{
ports:
{
admin:
9000
,
stubs:
9001
,
tls:
9002
} }
;