mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00

* Update app.json Removed 'stack' parameter to enable using the latest Heroku stack * Update package.json Remove prepare parameter to fix Heroku deploys
19 lines
601 B
JSON
19 lines
601 B
JSON
{
|
|
"name": "gun-server",
|
|
"website": "http://gun.eco/",
|
|
"repository": "https://github.com/amark/gun",
|
|
"logo": "https://avatars3.githubusercontent.com/u/8811914",
|
|
"keywords": ["node", "gun", "gunDB", "database","graph","offline-first"],
|
|
"description": "Javascript, Offline-First Javascript Graph Database Server Peer",
|
|
"env": {
|
|
"NPM_CONFIG_PRODUCTION": {
|
|
"description": "If you do not want default features, set to \"true\".",
|
|
"value": "false"
|
|
},
|
|
"PEERS": {
|
|
"description": "Comma-separated list of peer urls to connect to",
|
|
"required": false
|
|
}
|
|
}
|
|
}
|