-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
executable file
·39 lines (39 loc) · 1.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "onlinewhiteboard",
"version": "1.0.0",
"description": "OnlineWhiteBoard is a web app that helps users to collaborate their work on a whiteboard online in real time. The users can pick any color they want and the size of the color. This site includes useful features such as sharing whiteboard with someone else through a link and doing video calls while editing whiteboard. In addtion, this site also provide entertainments such as playing video game and watching animaitons.",
"main": "server.js",
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "~1.0.0",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"ejs": "2.5.5",
"ejs-locals": "^1.0.2",
"express": "~4.0.0",
"express-session": "~1.0.0",
"method-override": "~1.0.0",
"mongoose": "~3.8.1",
"morgan": "~1.0.0",
"passport": "~0.1.17",
"passport-facebook": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2",
"pubnub": "^4.13.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeskiller/OnlineWhiteBoard.git"
},
"author": "Daniel Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeskiller/OnlineWhiteBoard/issues"
},
"homepage": "https://github.com/codeskiller/OnlineWhiteBoard#readme"
}