-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 917 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 917 Bytes
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
{
"name": "capstone-game",
"version": "1.0.0",
"description": "A game for our capstone.",
"main": "index.js",
"dependencies": {
"bcrypt": "^1.0.3",
"express": "^4.16.2",
"knex": "^0.14.4",
"npm": "^5.7.1"
},
"devDependencies": {
"d3": "^4.13.0",
"flutter": "0.0.5",
"pg": "^7.4.1",
"phaser": "^3.2.0",
"socket.io": "^2.0.4",
"tracking": "^1.1.3",
"vue": "^2.5.15"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LanceHunter/Capstone-Game.git"
},
"keywords": [
"game"
],
"author": "R. Lance Hunter, Jason Palzkill, Gavin Loughridge, Steven Fiero, Jason Amador",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/LanceHunter/Capstone-Game/issues"
},
"homepage": "https://github.com/LanceHunter/Capstone-Game#readme"
}