forked from uNetworking/uWebSockets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.19 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
46
47
48
49
50
51
{
"name": "uws",
"description": "Tiny WebSockets",
"version": "0.14.5",
"homepage": "https://github.com/spiesolo/uWebSockets",
"author": {
"name": "Alex Hultman",
"email": "alexhultman@gmail.com",
"url": "https://github.com/alexhultman"
},
"maintainers": [
{
"name": "alexhultman",
"email": "alexhultman@gmail.com"
}
],
"binary": {
"module_name": "node_uws",
"module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
"host": "https://mapbox-node-binary.s3.amazonaws.com",
"remote_path": "./{name}/v{version}/{toolset}/",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spiesolo/uWebSockets.git"
},
"dependencies": {
"node-pre-gyp": "~0.6.32"
},
"bundledDependencies": [
"node-pre-gyp"
],
"devDependencies": {},
"optionalDependencies": {},
"scripts": {
"prepublish": "npm ls",
"install": "node-pre-gyp install --fallback-to-build"
},
"license": "Zlib",
"engines": {
"node": ">=4"
},
"keywords": [
"tiny",
"websockets",
"android"
],
"main": "uws.js",
"readme": "ERROR: No README data found!"
}