webworker-ng
Version:
The Web Worker implementation based on thread for Node.js
34 lines (33 loc) • 654 B
JSON
{
"name": "webworker-ng",
"version": "0.6.19",
"description": "The Web Worker implementation based on thread for Node.js",
"main": "lib/index.js",
"scripts": {
"test": "nyc --reporter=lcov tape tests/*.js"
},
"keywords": [
"threads",
"webworker",
"rokid"
],
"author": "Yazhong Liu <yazhong.liu@rokid.com>",
"license": "UNLICENSED",
"dependencies": {
"bindings": "1.3.0",
"is-plain-object": "^2.0.4",
"nan": "2.6.2"
},
"devDependencies": {
"tape": "4.8.0",
"nyc": "^11.2.1"
},
"nyc": {
"exclude": [
"build",
"node_modules",
"coverage",
"tests/*.js"
]
}
}