forked from stevoduhhero/YGOSiM-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.37 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.37 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
49
50
51
52
53
54
55
56
{
"name": "YGOSiM",
"version": "0.0.0",
"description": "Manual Yu-Gi-Oh! Simulator.",
"author": "StevoDuhHero",
"contributors": [
"Philip La <birkal@outlook.com>"
],
"scripts": {
"test": "grunt test",
"start": "node lib/server.js"
},
"main": "lib/server.js",
"repository": {
"type": "git",
"url": "https://github.com/stevoduhhero/ygosim.git"
},
"bugs": {
"url": "https://github.com/stevoduhhero/ygosim/issues"
},
"keywords": [
"yugioh",
"Yu-Gi-Oh!",
"card",
"game",
"simulator",
"web",
"manual"
],
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"chalk": "^2.4.2",
"compression": "^1.7.2",
"express": "^4.16.3",
"g": "^2.0.1",
"grunt-cli": "^1.2.0",
"jsonwebtoken": "^8.4.0",
"lowdb": "^1.0.0",
"mongoose": "^5.4.7",
"morgan": "^1.9.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^3.5.2"
},
"license": "MIT",
"engines": {
"node": ">=7.7.0"
}
}