-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "async-optics",
"version": "1.0.10",
"description": "Node asynchronous process and package monitor",
"keywords": [
"async",
"asynchronous",
"async hooks",
"perf hooks",
"performance",
"monitor"
],
"main": "index.js",
"homepage": "https://github.com/AsyncOptics/async-optics",
"bugs": {
"url": "https://github.com/AsyncOptics/async-optics/issues"
},
"contributors": [
{
"name": "Aleksander Turberville",
"email": "aturberv@gmail.com",
"url": "http://github.com/Aturberv"
},
{
"name": "Penghe Wu",
"email": "wupenghe92@gmail.com",
"url": "http://github.com/wupenghe92"
},
{
"name": "Ralph Salazar",
"email": "ralph.slzr@gmail.com",
"url": "http://github.com/pjr4lph"
},
{
"name": "Sarah Renshaw",
"email": "strenshaw@gmail.com",
"url": "http://github.com/sartra"
}
],
"dependencies": {
"express": "^4.16.3",
"socket.io": "^2.1.0"
},
"license": "MIT"
}