-
Notifications
You must be signed in to change notification settings - Fork 820
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 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
{
"name": "bsock",
"version": "0.1.9",
"description": "Websocket bike-shed",
"keywords": [
"tcp",
"http",
"socket.io",
"websockets"
],
"license": "MIT",
"repository": "git://github.com/bcoin-org/bsock.git",
"homepage": "https://github.com/bcoin-org/bsock",
"bugs": {
"url": "https://github.com/bcoin-org/bsock/issues"
},
"author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
"main": "./lib/bsock.js",
"scripts": {
"lint": "eslint lib/ test/socket-test.js || exit 0",
"test": "bmocha --reporter spec test/*-test.js"
},
"dependencies": {
"bsert": "~0.0.10"
},
"devDependencies": {
"bmocha": "^2.1.0"
},
"engines": {
"node": ">=8.0.0"
},
"browser": {
"./lib/backend": "./lib/backend-browser.js",
"./lib/server": "./lib/server-browser.js"
},
"_from": "git+https://github.com/bcoin-org/bsock.git#semver:~0.1.9",
"_resolved": "git+https://github.com/bcoin-org/bsock.git#7cf76b3021ae7929c023d1170f789811e91ae528",
"_commit": "7cf76b3021ae7929c023d1170f789811e91ae528"
}