1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2025-01-23 17:53:04 +02:00
The-API-Book/package.json

16 lines
433 B
JSON
Raw Normal View History

2020-11-05 12:14:16 +03:00
{
"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": {
2020-12-05 01:06:43 +03:00
"puppeteer": "^5.5.0",
2020-12-08 15:43:01 +03:00
"showdown": "^1.9.1",
"epub-gen": "^0.1.0"
2020-11-05 12:14:16 +03:00
},
"scripts": {
2020-11-09 00:31:31 +03:00
"build": "node build.js"
2020-11-05 12:14:16 +03:00
}
}