-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 KB
/
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
35
36
37
38
39
{
"name": "svg-cards",
"version": "4.0.0",
"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": "[email protected]",
"url": "http://david.bellot.free.fr/"
}, {
"name": "Huub de Beer",
"email": "[email protected]",
"url": "https://heerdebeer.org"
}, {
"name": "desphilboy",
"url": "https://github.com/desphilboy"
}, {
"name": "Thomas Linard",
"url": "https://github.com/thlinard"
}],
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/htdebeer/SVG-cards/issues"
},
"homepage": "https://github.com/htdebeer/SVG-cards#readme"
}