{
  "name": "node-opcua-isa95",
  "version": "0.2.0",
  "description": "ISA95 server extension for node-opcua",
  "main": "index.js",
  "scripts": {
    "test": "mocha test --color -R spec --recursive --timeout 200000 --bail"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/node-opcua/node-opcua-isa95.git"
  },
  "keywords": [
    "opcua",
    "ISA95",
    "IEC61512-1",
    "MES",
    "M2M",
    "Industry 4.0",
    "Manufacturing Execution System"
  ],
  "author": "Etienne Rossignon",
  "bugs": {
    "url": "https://github.com/node-opcua/node-opcua-isa95/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "mocha": "^6.0.2",
    "node-opcua": "^0.7.1",
    "should": "^13.2.3"
  },
  "dependencies": {
    "semver": "^6.0.0",
    "underscore": "^1.9.1"
  }
}
