-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 868 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 868 Bytes
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
{
"name": "videopokerjs",
"version": "1.0.0",
"description": "videopoker js",
"main": "server.js",
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/relloller/videopokerJS.git"
},
"author": "Victor S",
"license": "MIT",
"bugs": {
"url": "https://github.com/relloller/videopokerJS/issues"
},
"homepage": "https://github.com/relloller/videopokerJS#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"express": "^4.14.0",
"jsonwebtoken": "^7.1.6",
"minimatch": "^3.0.2",
"mocha": "^3.2.0",
"mongoose": "^4.5.7",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"request": "^2.74.0",
"winston": "^2.2.0"
}
}