-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "@nogard7491/wsc",
"version": "2.0.4",
"keywords": [
"wsc",
"ws",
"websocket",
"socket",
"realtime",
"connection",
"browser"
],
"description": "Simple to use, blazing fast and thoroughly tested websocket client.",
"main": "./dist/wsc-2.0.4.min.js",
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"babel-loader": "^8.0.4",
"chai": "^4.2.0",
"clean-webpack-plugin": "^1.0.0",
"jsdom": "^13.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^5.2.0",
"mocha.parallel": "^0.15.6",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"scripts": {
"build": "webpack --mode=production",
"test": "mocha test/index.js --timeout 5000"
},
"author": "Nogard7491 <nogard7491@gmail.com> (https://nogard.ru)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Nogard7491/wsc.git"
},
"bugs": {
"url": "https://github.com/Nogard7491/wsc/issues"
},
"homepage": "https://github.com/Nogard7491/wsc#readme"
}