-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.08 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
{
"name": "svg-cards",
"version": "4.0.2",
"description": "A set of playing cards in SVG (now also with a rendering in PNG and installable via NPM)",
"main": "png",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/htdebeer/SVG-cards.git"
},
"keywords": [
"svg",
"game",
"cards",
"web"
],
"contributors": [
{
"name": "David Ballot",
"email": "david.bellot@gmail.com",
"url": "http://david.bellot.free.fr/"
},
{
"name": "Huub de Beer",
"email": "Huub@heerdebeer.org",
"url": "https://heerdebeer.org"
},
{
"name": "desphilboy",
"url": "https://github.com/desphilboy"
},
{
"name": "Thomas Linard",
"url": "https://github.com/thlinard"
},
{
"name": "rhorns",
"url": "https://github.com/rhorns"
}
],
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/htdebeer/SVG-cards/issues"
},
"homepage": "https://github.com/htdebeer/SVG-cards#readme"
}