forked from mephitrpg/rpg-cards
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 734 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 734 Bytes
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
{
"name": "rpg-cards",
"version": "1.0.0",
"description": "RPG card generator",
"main": "generator/generate.html",
"devDependencies": {
"graceful-fs": "4.2.2",
"fs-extra": "^8.1.0",
"mv": "^2.1.1",
"promise-streams": "^2.1.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"unzipper": "^0.10.5",
"walk": "^2.3.14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}