syndicate-js/packages/driver-http-node/package.json

25 lines
766 B
JSON
Raw Normal View History

{
"name": "@syndicate-lang/driver-http-node",
"version": "0.4.1",
"description": "HTTP support for Syndicate/js on node.js",
"main": "lib/index.js",
"repository": "github:syndicate-lang/syndicate-js",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"license": "GPL-3.0+",
"publishConfig": {
"access": "public"
},
2018-11-04 20:04:19 +00:00
"scripts": {
2018-11-06 23:13:51 +00:00
"prepare": "which redo >/dev/null && redo || ../../do"
2018-11-04 20:04:19 +00:00
},
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/driver-http-node",
"devDependencies": {
"@syndicate-lang/syntax": "file:../syntax"
},
"dependencies": {
"@syndicate-lang/core": "file:../core",
"@syndicate-lang/driver-streams-node": "file:../driver-streams-node",
2018-12-13 10:40:12 +00:00
"ws": "^6.1.2"
}
}