@ont-community/html5-websocket
Version:
HTML5 WebSocket for node.js
40 lines (39 loc) • 882 B
JSON
{
"name": "@ont-community/html5-websocket",
"version": "2.0.3",
"description": "HTML5 WebSocket for node.js",
"main": "index.js",
"types": "index.d.ts",
"browser": "browser.js",
"scripts": {
"test": "ava --verbose tests"
},
"keywords": [
"html5",
"websocket",
"node.js",
"facade",
"interface",
"eventtarget",
"es6",
"webapi",
"web",
"api"
],
"author": "Pedro Ladaria <pedro.ladaria@gmail.com>",
"license": "MIT",
"dependencies": {
"ws": "^3.1.0"
},
"devDependencies": {
"ava": "^0.22.0"
},
"repository": {
"type": "git",
"url": "git://github.com/OntologyCommunityDevelopers/html5-websocket.git"
},
"bugs": {
"url": "https://github.com/OntologyCommunityDevelopers/html5-websocket/issues"
},
"homepage": "https://github.com/OntologyCommunityDevelopers/html5-websocket#readme"
}