-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 981 Bytes
/
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
40
{
"name": "team-whiteboard",
"version": "1.0.0",
"description": "",
"main": "./app/index.js",
"scripts": {
"test": "testcafe chrome test/features/* && mocha",
"start": "node app/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilarne/team-whiteboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ilarne/team-whiteboard/issues"
},
"homepage": "https://github.com/ilarne/team-whiteboard#readme",
"devDependencies": {
"chai": "^4.0.2",
"jsdom": "^11.0.0",
"mocha": "^3.4.2",
"nodemon": "^1.11.0",
"should": "^11.2.1",
"testcafe": "^0.16.1"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"client-sessions": "^0.8.0",
"connect-flash": "^0.1.1",
"ejs": "^2.5.6",
"express": "^4.15.3",
"mongodb": "^2.2.29",
"mongoose": "^4.10.7",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3"
}
}