-
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.27 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.27 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": "sock-client-stomp",
"version": "1.0.2",
"description": "Project based high level abstraction of SSP",
"scripts": {
"start": "father doc dev",
"doc": "father doc build && father doc deploy",
"build": "father build",
"prepare": "npm run build"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/DFocusFE/sock-client-stomp.git"
},
"files": [
"src",
"dist"
],
"keywords": [
"sockjs-client",
"stompjs"
],
"author": "Howard.Zuo",
"license": "MIT",
"bugs": {
"url": "https://github.com/DFocusFE/sock-client-stomp/issues"
},
"homepage": "https://github.com/DFocusFE/sock-client-stomp#readme",
"devDependencies": {
"@types/sockjs-client": "^1.1.1",
"@types/stompjs": "^2.3.4",
"acorn": "^6.3.0",
"docz-plugin-splash": "^1.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"father": "^2.15.1",
"sockjs-client": "^1.3.0",
"stompjs": "^2.3.3",
"typescript": "^3.5.3"
},
"peerDependencies": {
"sockjs-client": "^1.3.0",
"stompjs": "^2.3.3"
}
}