netdde
Version:
A JavaScript implementation of the NetDDE protocol
30 lines (29 loc) • 796 B
JSON
{
"name": "netdde",
"version": "1.0.2",
"description": "A JavaScript implementation of the NetDDE protocol",
"main": "src/index.js",
"scripts": {
"test": "nyc --reporter=html --reporter=text --reporter=text-summary mocha --timeout=3000 test/**/**.spec.js",
"doc": "jsdoc -d doc/jsdoc/ -r -R README.md src/"
},
"keywords": [
"dde",
"netdde"
],
"author": "Guilherme Francescon <guilherme.francescon@netsmarttech.com>",
"repository": {
"url": "https://github.com/netsmarttech/netdde"
},
"homepage": "https://github.com/netsmarttech/netdde",
"license": "GPL-3.0-or-later",
"devDependencies": {
"chai": "^4.2.0",
"jsdoc": "^3.6.3",
"mocha": "^6.2.1",
"nyc": "^14.1.1"
},
"optionalDependencies": {
"net-keepalive": "^1.2.1"
}
}