-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.11 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.11 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
{
"name": "FODA",
"version": "0.5.74",
"author": "rafaelcastrocouto",
"description": "Fight Over Dat Ancient - Card Game",
"homepage": "https://foda-replit.rafaelcastrocouto.repl.co/",
"readmeFilename": "README.md",
"engine": {
"node": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/rafaelcastrocouto/foda"
},
"main": "server.js",
"scripts": {
"start": "node server.js",
"web": "npm install && node server.js",
"build": "grunt"
},
"bugs": {
"url": "https://github.com/rafaelcastrocouto/foda/issues"
},
"keywords": [
"cardgame",
"cardgames",
"game",
"games",
"card",
"cards",
"dota",
"strategy",
"tactical"
],
"dependencies": {
"dotenv": "latest",
"mongodb": "latest",
"serve-static": "latest"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-compress": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-uglify": "latest",
"grunt-version": "latest"
},
"license": "Hippocratic-3.0"
}