Skip to content

Commit a4fcd86

Browse files
committed
Add package json
1 parent e241c7f commit a4fcd86

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

‎package-lock.json‎

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "socket.io-msgpack-javascript",
3+
"version": "1.0.0",
4+
"description": "socket.io parser based on msgpack",
5+
"main": "index",
6+
"dependencies": {
7+
"@msgpack/msgpack": "2.5.1",
8+
"component-emitter": "1.3.0",
9+
"lodash": "4.17.21"
10+
},
11+
"devDependencies": {
12+
"expect.js": "0.3.1",
13+
"mocha": "^8.2.0",
14+
"prettier": "^2.1.2",
15+
"socket.io": "^3.0.0-rc3",
16+
"socket.io-client": "^3.0.0-rc3"
17+
},
18+
"scripts": {
19+
"test": "npm run mocha test/index.js"
20+
},
21+
"repository": {
22+
"type": "git",
23+
"url": "git@+https://github.com/nmargaritis/socket.io-msgpack-javascript.git"
24+
},
25+
"author": "Nikolaos Margaritis",
26+
"license": "MIT",
27+
"bugs": {
28+
"url": "https://github.com/nmargaritis/socket.io-msgpack-javascript/issues"
29+
},
30+
"homepage": "https://github.com/nmargaritis/socket.io-msgpack-javascript#readme",
31+
"files": [
32+
"index.js"
33+
]
34+
}

0 commit comments

Comments
 (0)