-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 904 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": "rpg-cards",
"version": "1.0.0",
"description": "RPG card generator",
"main": "generator/generate.html",
"devDependencies": {
"fs-extra": "^3.0.0",
"mv": "^2.1.1",
"promise-streams": "^1.0.1",
"request": "^2.81.0",
"request-promise-native": "^1.0.3",
"unzip": "^0.1.11",
"walk": "^2.3.9"
},
"scripts": {
"test": "resources/tools/text.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crobi/rpg-cards.git"
},
"author": "Robert Autenrieth",
"license": "ISC",
"bugs": {
"url": "https://github.com/crobi/rpg-cards/issues"
},
"homepage": "https://github.com/crobi/rpg-cards#readme",
"dependencies": {
"fitty": "^2.3.0",
"font-list": "^1.2.11",
"html2canvas": "^1.4.1",
"yauzl": "^2.10.0"
}
}