mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 14:34:20 +00:00
25 lines
523 B
JSON
25 lines
523 B
JSON
{
|
|
"keywords": [
|
|
"collaborative",
|
|
"whiteboard"
|
|
],
|
|
"version": "0.2.1-9",
|
|
"dependencies": {
|
|
"node-static": "0.7.x",
|
|
"socket.io": "0.9.x"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./server/server.js"
|
|
},
|
|
"name": "Whitebophir",
|
|
"description": "Online collaborative whiteboard",
|
|
"main": "./server/server.js",
|
|
"subdomain": "wbo",
|
|
"engines": {
|
|
"node": "0.10.x"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/lovasoa/whitebophir.git"
|
|
}
|
|
}
|