-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 925 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "freebird-websocket",
"version": "0.2.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "standard --env mocha | snazzy",
"lint-fix": "standard --env mocha --fix | snazzy",
"test": "nyc mocha -u bdd --reporter spec --exit"
},
"repository": {
"type": "git",
"url": "https://github.com/freebirdjs/freebird-websocket.git"
},
"author": "Hedy Wang",
"contributors": [
"Simen Li <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/freebirdjs/freebird-websocket/issues"
},
"homepage": "https://github.com/freebirdjs/freebird-websocket",
"dependencies": {
"busyman": "^0.3.0",
"proving": "^0.1.0",
"ws": "^7.0.0"
},
"devDependencies": {
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"should": "^13.2.3",
"snazzy": "^8.0.0",
"standard": "^12.0.1"
}
}