-
Notifications
You must be signed in to change notification settings - Fork 155
/
package.json
22 lines (22 loc) · 893 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name":"Nebula",
"version":"0.8.0",
"description":"Nebula is a BSD licensed, proto3-protocol event driven asynchronous c++ framework, it support multiple protocol like protobuf, http, websocket. A high performance of distributed service clusters can be easily constructed using Nebula.",
"keywords":["Nebula", "proto3", "libev", "asynchronous", "actor", "websocket", "distributed", "starship"],
"homepage":"",
"bugs":{"url":"", "email":"cqc@vip.qq.com"},
"license":"MIT",
"author":{"name":"Bwar", "email":"cqc@vip.qq.com", "url":""},
"files":"src/actor",
"main":"",
"man":[],
"repository":{ "type":"git", "url":"https://github.com/Bwar/Nebula.git"},
"dependencies":{
"google/protobuf":"^3.5.2",
"kindy/libev":"^4.22",
"redis/hiredis":"^0.13.3",
"weidai11/cryptopp":"^8.0.0",
"nodejs/http-parser":"^2.8.0",
"Bwar/CJsonObject":"^1.0.0"
}
}