-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.82 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@coaty/binding.wamp",
"version": "2.0.2",
"description": "Coaty WAMP communication binding for Node.js and browsers",
"homepage": "https://coaty.io",
"repository": {
"type": "git",
"url": "https://github.com/coatyio/binding.wamp.js"
},
"readme": "README.md",
"scripts": {
"build": "gulp build",
"lint": "gulp lint",
"lint:fix": "gulp lint:fix",
"doc": "gulp doc",
"version-release": "coaty-scripts version-release",
"cut-release": "coaty-scripts version-release %1 && gulp build && gulp doc && coaty-scripts cut-release %2",
"push-release": "coaty-scripts push-release",
"publish-release": "coaty-scripts publish-release"
},
"keywords": [
"Coaty",
"communication",
"binding",
"WAMP",
"Node.js",
"browser",
"javascript",
"typescript"
],
"author": "Siemens AG",
"license": "MIT",
"maintainers": [
{
"name": "Hubertus Hohl",
"email": "hubertus.hohl@siemens.com"
},
{
"name": "Markus Sauer",
"email": "markussauer@siemens.com"
}
],
"bugs": {
"url": "https://github.com/coatyio/binding.wamp.js/issues"
},
"dependencies": {
"@coaty/core": "^2.3.0",
"autobahn": "^20.9.2"
},
"devDependencies": {
"@types/node": "^14.11.2",
"conventional-changelog": "^3.1.23",
"conventional-recommended-bump": "^6.0.10",
"fs-extra": "^9.0.1",
"gulp": "^4.0.2",
"gulp-tslint": "^8.1.4",
"gulp-typedoc": "^2.2.5",
"gulp-typescript": "^5.0.1",
"tslint": "^5.20.1",
"typedoc": "^0.19.2",
"typescript": "^4.0.3"
},
"engines": {
"node": ">=8.0.0"
}
}