You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
549 B
27 lines
549 B
{
|
|
"name": "coze_socket",
|
|
"version": "1.1.0",
|
|
"description": "COZe socket",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"socket.io"
|
|
],
|
|
"dependencies": {
|
|
"express": "latest",
|
|
"font-awesome": "latest",
|
|
"jquery": "^3.3.1",
|
|
"ms": "github:zeit/ms",
|
|
"nosleep.js": "^0.7.0",
|
|
"pillarjs": "latest",
|
|
"send": "github:pillarjs/send",
|
|
"socket.io": "latest",
|
|
"tinymce": "^4.7.11",
|
|
"zeit": "latest"
|
|
},
|
|
"scripts": {
|
|
"start": "node index"
|
|
},
|
|
"author": "Dslak",
|
|
"license": "MIT",
|
|
"devDependencies": {}
|
|
}
|