add meta info to package.json
This commit is contained in:
parent
5f7a981390
commit
31ebb0dbc1
13
package.json
13
package.json
@ -6,16 +6,25 @@
|
|||||||
"bin": {
|
"bin": {
|
||||||
"peerjs": "./bin/peerjs"
|
"peerjs": "./bin/peerjs"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"peerjs",
|
||||||
|
"webrtc",
|
||||||
|
"signaling"
|
||||||
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"bin/",
|
"bin/",
|
||||||
"dist/",
|
"dist/",
|
||||||
"index.d.ts"
|
"index.d.ts"
|
||||||
],
|
],
|
||||||
|
"homepage": "https://github.com/peers/peerjs-server#readme",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/peers/peerjs-server/issues"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/peers/peerjs-server.git"
|
"url": "git+https://github.com/peers/peerjs-server.git"
|
||||||
},
|
},
|
||||||
"author": "Michelle Bu, Eric Zhang",
|
"author": "Michelle Bu, Eric Zhang, Alex Sosnovskiy",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preversion": "npm run clean && npm run build",
|
"preversion": "npm run clean && npm run build",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user