-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
30 lines (30 loc) · 902 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
{
"name": "cards",
"version": "1.0.0",
"private": true,
"description": "The idea of this project is to build out a generic deck of cards and playing surface in order to play various games (texas holdem, wild card rummy, memory match, etc...).",
"main": "mathlib-min.js",
"engines": {
"node": ">=8.1.3",
"npm": "^5.0.3",
"yarn": "^1.9.4"
},
"scripts": {
"preinstall": "npm i -g serve",
"serve": "serve -s",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sleddog/cards.git"
},
"author": "Devin Gray <[email protected]>",
"contributors": [
"Burton Podczerwinski <[email protected]> (https://github.com/bpod)"
],
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/sleddog/cards/issues"
},
"homepage": "https://github.com/sleddog/cards#readme"
}