-
Notifications
You must be signed in to change notification settings - Fork 291
/
package.json
33 lines (33 loc) · 888 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
{
"name": "rpg-cards",
"version": "1.0.0",
"description": "RPG card generator",
"main": "generator/generate.html",
"devDependencies": {
"fs-extra": "^3.0.1",
"mv": "^2.1.1",
"promise-streams": "^1.0.1",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"walk": "^2.3.14",
"yauzl": "^2.10.0"
},
"scripts": {
"start": "npx http-server ./generator",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node resources/tools/update-icons.js && node resources/tools/update-fonts.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": {
"rimraf": "^3.0.2"
}
}