17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|
"name": "internet",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "xianbei233",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"file-saver": "^2.0.0-rc.4",
|
|
"ws": "^6.1.0"
|
|
}
|
|
}
|