UNPKG
occaecatidicta
Version:
latest (1.0.0)
1.0.0
github.com/MyleneMcClure/occaecatidicta.git
MyleneMcClure/occaecatidicta
occaecatidicta
/
examples
/
simple-example
/
web-server
/
public
/
js
/
lib
/
local
/
boot
/
component.json
11 lines
•
285 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"name"
:
"boot"
,
"description"
:
"Main app boot component"
,
"dependencies"
:
{
"component/emitter"
:
"master"
,
"node-omelox/omelox-protocol"
:
"master"
,
"pinusnode/omelox-protobuf"
:
"*"
,
"pinusnode/omelox-jsclient-websocket"
:
"master"
}
,
"scripts"
:
[
"index.js"
]
}