You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
547 B
23 lines
547 B
11 years ago
|
{
|
||
|
"name": "twister-proxy",
|
||
|
"description": "RPC proxy for running a public server for the Twister P2P microblogging platform.",
|
||
|
"version": "0.1.1",
|
||
|
"author": "digital dreamer <digitaldreamer@email.cz>",
|
||
|
"dependencies":
|
||
|
{
|
||
|
"express": ">=2.5.x",
|
||
|
"log-timestamp": ">=0.1.1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/digital-dreamer/twister-proxy.git"
|
||
|
},
|
||
|
"licenses":
|
||
|
[
|
||
|
{
|
||
|
"type": "Apache 2.0",
|
||
|
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
|
||
|
}
|
||
|
]
|
||
|
}
|