forked from node-opcua/node-opcua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.34 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "node-opcua",
"version": "0.0.61",
"description": "pure nodejs OPCUA SDK",
"homepage": "http://node-opcua.github.io/",
"main": "index.js",
"bin": {},
"directories": {
"test": "test"
},
"scripts": {
"_x_preinstall": "npm i browserify -g",
"postinstall": "node postinstall.js",
"pretest": "node bin/crypto_create_CA.js demo --dev --silent",
"test": "mocha test --color -R spec --recursive --timeout 200000 --bail",
"generate_doc": "make doc",
"generate_autodoc": "./node_modules/autodoc/bin/autodoc -o _tmp_generated_doc bin/binaryStream.js"
},
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"author": "Etienne Rossignon",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-opcua/node-opcua/issues"
},
"devDependencies": {
"app-module-path": "^2.2.0",
"autodoc": "0.6.4",
"benchmark": "2.1.3",
"bignumber.js": "4.0.0",
"coveralls": "2.12.0",
"csv": "1.1.1",
"cucumber": "^2.0.0-rc.7",
"enum": "2.4.0",
"eyes": "0.1.8",
"jsdoc": "3.4.3",
"litpro": "2.0.0",
"mocha": "3.2.0",
"mocha-lcov-reporter": "1.3.0",
"node-xml": "1.0.2",
"request": "2.80.0",
"should": "11.2.0",
"sinon": "1.17.7",
"tmp": "0.0.31",
"tracer": "0.8.7",
"yuidoc-bootstrap-theme": "*",
"yuidocjs": "*"
},
"typings":"./node-opcua.d.ts",
"dependencies": {
"async": "2.1.5",
"backoff": "2.5.0",
"better-assert": "1.0.2",
"bomstrip": "0.1.4",
"byline": "5.0.0",
"colors": "1.1.2",
"date-utils": "^1.2.21",
"deassertify": "^0.1.2",
"delayed": "^1.0.1",
"dequeue": "^1.0.5",
"easy-table": "^1.0.0",
"ersatz-node-expat": "0.1.6",
"exit": "^0.1.2",
"fqdn": "0.0.3",
"hexy": "0.2.9",
"humanize": "0.0.9",
"moment": "^2.17.1",
"node-jsrsasign": "0.0.7",
"node-opcua-crypto": "0.0.7",
"node-opcua-pki": "0.0.11",
"once": "^1.4.0",
"progress": "1.1.8",
"q": "^1.4.1",
"requirish": "0.3.0",
"set-prototype-of": "^1.0.0",
"sprintf": "0.1.5",
"timespan": "^2.3.0",
"treeify": "1.0.1",
"underscore": "1.8.3",
"wget-improved": "^1.4.0",
"xml-writer": "^1.7.0",
"yargs": "^7.0.1"
}
}