UNPKG

1.51 kBJSONView Raw
1{
2 "name": "bookiza",
3 "version": "1.3.10",
4 "description": "The book reification tool for the web",
5 "logo": {
6 "file": "./assets/images/bookiza.png"
7 },
8 "preferGlobal": true,
9 "engines": {
10 "node": ">=8.11.3"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/bookiza/bookiza.git"
15 },
16 "keywords": [
17 "bookiza",
18 "book",
19 "writing",
20 "tool",
21 "manuscript",
22 "baking",
23 "framework",
24 "superbooks",
25 "CLI"
26 ],
27 "license": "BOL",
28 "bugs": {
29 "url": "https://github.com/bookiza/bookiza/issues"
30 },
31 "homepage": "https://bookiza.io",
32 "READme": "https://github.com/bookiza/bookiza#readme",
33 "author": "Marvin Danig <marvin@bubblin.io> (https://marvindanig.com)",
34 "scripts": {
35 "postinstall": "node ./scripts/displayLicense.js"
36 },
37 "bin": {
38 "bookiza": "./bin/bin.js",
39 "b": "./bin/bin.js"
40 },
41 "dependencies": {
42 "arc-bookiza": "0.0.13",
43 "book-length": "1.0.5",
44 "center-align": "1.0.1",
45 "chalk": "2.4.2",
46 "chalkline": "0.0.5",
47 "check-types": "8.0.2",
48 "co": "4.6.0",
49 "co-prompt": "1.0.0",
50 "commander": "2.20.0",
51 "dateformat": "3.0.3",
52 "fs-extra": "7.0.1",
53 "git-bookiza": "1.0.0",
54 "is-positive-integer": "1.1.1",
55 "jsonfile": "5.0.0",
56 "progress": "2.0.3",
57 "pug": "2.0.3",
58 "shelljs": "0.8.3",
59 "spawn-npm-install": "1.2.0",
60 "superagent": "5.0.5",
61 "terminal-link": "1.3.0"
62 },
63 "devDependencies": {
64 "chai": "4.2.0",
65 "mocha": "6.1.4"
66 }
67}