-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 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
40
41
42
43
44
45
46
47
{
"name": "blackjackapi",
"version": "1.0.0",
"description": "blackjack api",
"main": "server.js",
"dependencies": {
"async": "0.2.10",
"body-parser": "^1.18.3",
"config-js": "0.0.7",
"debug": "0.7.4",
"express": "^4.16.4",
"fuzelog": "1.4.7",
"have": "0.2.3",
"is2": "0.0.13",
"jade": "^1.11.0",
"json-rest-api": "0.1.1",
"lodash": "2.4.1",
"mersenne-twister": "1.0.1",
"mongoose": "~4.11.14",
"morgan": "~1.9.0",
"prompt": "0.2.12",
"request": "2.33.0",
"sprintf.js": "0.1.4",
"tcp-port-used": "0.1.2"
},
"devDependencies": {
"express": "^4.16.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bws9000/blackjack-1.git"
},
"keywords": [
"blackjack",
"api"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/bws9000/blackjack-1/issues"
},
"homepage": "https://github.com/bws9000/blackjack-1#readme"
}