-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1017 Bytes
/
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
{
"name": "goose-game",
"version": "1.0.0",
"description": "The Goose Game Kata is a game where two or more players move pieces around a track by rolling a die. The aim of the game is to reach square number sixty-three before any of the other players and avoid obstacles.",
"homepage": "https://github.com/alexcarrega/node-goose-game#Readme",
"main": "src/main.js",
"bugs": {
"url": "https://github.com/alexcarrega/node-goose-game/issues",
"email": "[email protected]"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"goose",
"game",
"node",
"js"
],
"repository": {
"type": "git",
"url": "https://github.com/alexcarrega/node-goose-game.git"
},
"author": {
"name": "Alex Carrega",
"email": "[email protected]",
"url": "http://www.alexcarrega.com"
},
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"vorpal": "^1.12.0"
}
}