forked from node-opcua/node-opcua
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.8 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.8 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "node-opcua",
"version": "0.0.37",
"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",
"test": "mocha test -R spec --recursive --timeout 20000",
"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": [
"OPC UA",
"OPCUA",
"M2M",
"IoT"
],
"author": "Etienne Rossignon",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-opcua/node-opcua/issues"
},
"devDependencies": {
"autodoc": "^0.6.2",
"benchmark": "^1.0.0",
"bignumber.js": "~1.5.0",
"coveralls": "*",
"csv": "~0.4.1",
"eyes": "~0.1.8",
"jsdoc": "^3.3.0-alpha11",
"literate-programming": "^0.8.2",
"mocha": "*",
"mocha-lcov-reporter": "0.0.1",
"mustache": "~0.8.2",
"node-xml": "~1.0.2",
"progress": "~1.1.8",
"request": "~2.51.0",
"should": "4.3.1",
"sinon": "1.12.1",
"ssh-key-to-pem": "^0.11.0",
"through2": "*",
"tmp": "0.0.24",
"tracer": "~0.7.3",
"yuidoc-bootstrap-theme": "*",
"yuidocjs": "*"
},
"dependencies": {
"async": "~0.9.0",
"better-assert": "~1.0.2",
"bomstrip": "^0.1.4",
"colors": "~1.0.3",
"easy-table": "~0.3.0",
"enum": "~0.2.6",
"ersatz-node-expat": "*",
"hexy": "~0.2.7",
"humanize": "0.0.9",
"node-jsrsasign": "0.0.7",
"optimist": "*",
"pem": "^1.4.3",
"prettyjson": "~1.0.0",
"sprintf": "~0.1.5",
"ssh-key-to-pem": "^0.11.0",
"treeify": "~1.0.1",
"underscore": "~1.7.0"
}
}