-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 965 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
{
"name": "sudoku-multiplayer-server",
"version": "1.0.0",
"description": "Simple RESTful API built on Node.js with Express.js and MongoDB with Mongoose",
"main": "gen_users.js",
"directories": {
"test": "test"
},
"dependencies": {
"body-parser": "^1.12.0",
"cors": "^2.5.3",
"express": "^4.12.2",
"mongoose": "^3.8.24",
"oauth2orize": "^1.0.1",
"nconf": "^0.6.9",
"passport": "^0.2.1",
"passport-http": "^0.2.2",
"passport-http-bearer": "^1.0.1",
"passport-oauth2-client-password": "^0.1.2",
"socket.io": "^1.3.5",
"winston": "^0.8.3",
"faker": "^2.1.2",
"serve-favicon": "^2.2.0",
"method-override": "^2.3.1"
},
"devDependencies": {
"mocha": "^2.2.1"
},
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelchum/sudoku-multiplayer-server/"
},
"author": "",
"license": "ISC"
}