forked from node-opcua/node-opcua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.14 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
{
"name": "node-opcua",
"version": "0.0.51",
"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 --color --dev > tmp/crypto_create_CA.log",
"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",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"author": "Etienne Rossignon",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-opcua/node-opcua/issues"
},
"devDependencies": {
"enum": "2.1.0",
"autodoc": "0.6.3",
"benchmark": "1.0.0",
"bignumber.js": "2.1.0",
"coveralls": "2.11.4",
"csv": "0.4.6",
"eyes": "0.1.8",
"jsdoc": "3.4.0",
"litpro": "0.11.1",
"mocha": "2.3.4",
"mocha-lcov-reporter": "1.0.0",
"node-xml": "1.0.2",
"request": "2.67.0",
"should": "7.1.1",
"sinon": "1.17.2",
"tmp": "0.0.28",
"tracer": "0.8.2",
"app-module-path": "^1.0.5",
"yuidoc-bootstrap-theme": "*",
"yuidocjs": "*"
},
"dependencies": {
"async": "1.5.0",
"better-assert": "1.0.2",
"bomstrip": "0.1.4",
"byline": "4.2.1",
"collections": "^1.2.4",
"colors": "1.1.2",
"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.7",
"humanize": "0.0.9",
"node-jsrsasign": "0.0.7",
"pem": "1.8.1",
"prettyjson": "1.1.3",
"progress": "1.1.8",
"q": "^1.4.1",
"requirish": "0.3.0",
"sprintf": "0.1.5",
"ssh-key-to-pem": "0.11.0",
"treeify": "1.0.1",
"underscore": "1.8.3",
"unzip": "^0.1.11",
"wget-improved": "^1.2.1",
"xml-writer": "^1.6.0",
"yargs": "^3.31.0"
}
}