| 1234567891011121314151617181920212223242526 |
- {
- "keywords": [
- "collaborative",
- "whiteboard"
- ],
- "version": "0.2.1-4",
- "dependencies": {
- "node-static": "0.7.x",
- "socket.io": "0.9.x",
- "mongodb": "1.3.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"
- }
- }
|