-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.34 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
48
49
50
51
52
53
54
55
{
"name": "YGOworld",
"version": "0.0.0",
"description": "Manual Yu-Gi-Oh! Simulator.",
"author": "Chen",
"contributors": [
"Access Denied"
"Francexi"
],
"scripts": {
"test": "grunt test",
"start": "node lib/server.js"
},
"main": "lib/server.js",
"repository": {
"type": "git",
"url": "https://github.com/Yugioh-Sims-International/ygoworld.git"
},
"bugs": {
"url": "https://github.com/Yugioh-Sims-International/ygoworld/issues"
},
"keywords": [
"yugioh",
"Yu-Gi-Oh!",
"card",
"game",
"simulator",
"web",
"manual"
],
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"chalk": "^1.0.0",
"compression": "^1.5.0",
"express": "^4.12.3",
"jsonwebtoken": "^5.0.2",
"lowdb": "^0.10.1",
"mongoose": "^4.0.6",
"morgan": "^1.6.0",
"socket.io": "^1.3.5"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^3.2.0"
},
"license": "MIT",
"engines": {
"node": "0.12"
}
}