forked from scotlabs/PoolCue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.06 KB
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
48
{
"name": "elo-elo-elo",
"version": "0.0.1",
"description": "Elo scoreboard",
"main": "server.js",
"dependencies": {
"body-parser": "^1.15.2",
"bower": "^1.7.9",
"chalk": "^1.1.3",
"compression": "^1.6.2",
"ejs": "^2.5.1",
"elo-js": "^1.0.1",
"express": "^4.14.0",
"helmet": "^1.3.0",
"moment": "^2.14.1",
"mongoose": "4.4.0",
"socket.io": "^1.4.8",
"typings": "^1.3.2"
},
"devDependencies": {
"blanket": "^1.2.3",
"bower": "^1.7.9",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"gulp": "^3.9.1",
"typings": "^1.3.1"
},
"scripts": {
"start": "node server.js",
"postinstall": "bower install",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JamiePrentice/EloEloElo.git"
},
"author": "@JamiePrentice",
"license": "ISC",
"bugs": {
"url": "https://github.com/JamiePrentice/EloEloElo/issues"
},
"homepage": "https://github.com/JamiePrentice/EloEloElo#readme",
"config": {
"blanket": {
"pattern": "/server/"
}
}
}