sand-and-blood/package.json
2018-04-17 00:29:55 -05:00

27 lines
784 B
JSON

{
"name": "sand-and-blood",
"version": "3.1.0",
"description": "A novel by D. Moonfire",
"author": "D. Moonfire",
"license": "CC-BY-NC-SA-4.0",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/fedran/sand-and-blood.git"
},
"homepage": "https://fedran.com/sand-and-blood/",
"scripts": {
"build:pdf": "mfgames-writing-format build pdf",
"build:epub": "mfgames-writing-format build epub",
"build": "npm run build:pdf && npm run build:epub"
},
"dependencies": {
"fedran-hyphen": "^0.2.0",
"fedran-theme": "^1.1.0",
"mfgames-writing-contracts": "^3.1.0",
"mfgames-writing-epub": "^1.1.1",
"mfgames-writing-format": "^1.0.1",
"mfgames-writing-hyphen": "^0.4.2",
"mfgames-writing-weasyprint": "^3.0.1"
}
}