1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2025-01-05 10:20:22 +02:00
The-API-Book/package.json
Sergey Konstantinov 0e3fc37211 epub version added
2020-12-08 15:43:01 +03:00

16 lines
433 B
JSON

{
"description": "A book on APIs",
"homepage": "https://github.com/twirl/The-API-Book",
"license": "CC-BY-NC-4.0",
"author": "Sergey Konstantinov <twirl-team@yandex.ru>",
"repository": "github.com:twirl/The-API-Book",
"devDependencies": {
"puppeteer": "^5.5.0",
"showdown": "^1.9.1",
"epub-gen": "^0.1.0"
},
"scripts": {
"build": "node build.js"
}
}