Udp
This commit is contained in:
committed by
Matthew McClaskey
parent
ba902f8194
commit
3b40a92548
19
common/network/webudp/package.json
Normal file
19
common/network/webudp/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "webudp",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "webudp.js",
|
||||
"scripts": {
|
||||
"configure": "node-gyp configure",
|
||||
"build": "node-gyp build"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "4.16.3",
|
||||
"cors": "2.8.4",
|
||||
"body-parser": "1.18.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"node-gyp": "6.1.0",
|
||||
"nan": "2.14.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user