node-opcua-variant
Version:
pure nodejs OPCUA SDK - module -variant
50 lines (49 loc) • 1.4 kB
JSON
{
"name": "node-opcua-variant",
"version": "2.0.0-alpha.10",
"description": "pure nodejs OPCUA SDK - module -variant",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha test",
"clean": "node -e \"require('rimraf').sync('dist');\""
},
"dependencies": {
"node-opcua-assert": "^2.0.0-alpha.10",
"node-opcua-basic-types": "^2.0.0-alpha.10",
"node-opcua-data-model": "^2.0.0-alpha.10",
"node-opcua-enum": "^2.0.0-alpha.10",
"node-opcua-factory": "^2.0.0-alpha.10",
"node-opcua-nodeid": "^2.0.0-alpha.10",
"node-opcua-utils": "^2.0.0-alpha.10",
"underscore": "^1.9.1"
},
"devDependencies": {
"node-opcua-benchmarker": "^2.0.0-alpha.10",
"node-opcua-binary-stream": "^2.0.0-alpha.10",
"node-opcua-debug": "^2.0.0-alpha.10",
"node-opcua-generator": "^2.0.0-alpha.10",
"node-opcua-numeric-range": "^2.0.0-alpha.10",
"node-opcua-packet-analyzer": "^2.0.0-alpha.10",
"node-opcua-status-code": "^2.0.0-alpha.10",
"should": "13.2.3",
"source-map-support": "^0.5.10"
},
"author": "Etienne Rossignon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "a4fd47cebc405a37470fa015e98148ec212a8c29"
}