20 lines
437 B
JSON
20 lines
437 B
JSON
{
|
|
"dependencies": {
|
|
"uWebSockets.js": "github:uNetworking/uWebSockets.js#semver:*"
|
|
},
|
|
"name": "messenger-js",
|
|
"version": "3.0.0",
|
|
"description": "An emulation library for the MSN Messenger(tm) Activity API, with a server.",
|
|
"main": "server.js",
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "none"
|
|
},
|
|
"keywords": [
|
|
"websocket"
|
|
],
|
|
"author": "yellows111",
|
|
"license": "UNLICENSED"
|
|
}
|