-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 795 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "easy_sock",
"version": "0.4.1",
"description": "A easy and foolish way to develop a socket module, which is easy to use as well. Now support both TCP and UDP.",
"main": "index.js",
"scripts": {
"test": "ava test/tcp.test.js"
},
"keywords": [
"socket"
],
"author": "vicyao",
"license": "ISC",
"_shasum": "77ea2bfa6c10379f0792e3eb8116bab8d316be62",
"_from": "easy_sock@",
"repository": {
"type": "git",
"url": "git+https://github.com/ysbcc/easy_sock.git"
},
"bugs": {
"url": "https://github.com/ysbcc/easy_sock/issues"
},
"homepage": "https://github.com/ysbcc/easy_sock#readme",
"dependencies": {
"debug": "^2.2.0"
},
"devDependencies": {
"ava": "^0.19.1",
"nyc": "^10.3.2",
"protocol-buffers": "^3.2.1"
}
}