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.
 
 
 
 
 
 

22 lines
473 B

{
"name": "whiteboard",
"version": "1.0.0",
"description": "A simple collaborative whiteboard using socket.io",
"main": "index.js",
"keywords": [
"socket.io"
],
"dependencies": {
"express": "4.9.x",
"ms": "github:zeit/ms",
"pillarjs": "^1.0.0-beta2",
"send": "github:pillarjs/send",
"socket.io": "latest",
"zeit": "^1.3.0"
},
"scripts": {
"start": "node index"
},
"author": "Damien Arrachequesne",
"license": "MIT"
}