UNPKG
linda
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.3.0
0.2.0
Linda implementation on Socket.IO
github.com/node-linda/linda
node-linda/linda
linda
/
app.json
13 lines
(12 loc)
•
287 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"linda-server"
,
"description"
:
"linda-server"
,
"website"
:
"https://github.com/node-linda/linda"
,
"success_url"
:
"/"
,
"env"
:
{
"NODE_ENV"
:
"production"
,
"DEBUG"
:
"linda*"
,
"TZ"
:
"Asia/Tokyo"
,
"HEROKU_URL"
:
"https://(YOUR-APP-NAME).herokuapp.com"
}
}