UNPKG

1.5 kBJSONView Raw
1{
2 "name": "bookiza",
3 "version": "2.10.17",
4 "description": "The book reification framework 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.cli.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.cli/issues"
30 },
31 "homepage": "https://bookiza.io",
32 "readme": "https://github.com/bookiza/bookiza.cli#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.2.0",
44 "center-align": "1.0.1",
45 "chalk": "3.0.0",
46 "chalkline": "0.0.5",
47 "check-types": "11.1.1",
48 "co": "4.6.0",
49 "co-prompt": "1.0.0",
50 "commander": "4.0.1",
51 "dateformat": "3.0.3",
52 "fs-extra": "8.1.0",
53 "is-positive-integer": "1.1.1",
54 "jsonfile": "5.0.0",
55 "progress": "2.0.3",
56 "pug": "2.0.4",
57 "shelljs": "0.8.3",
58 "spawn-npm-install": "1.2.0",
59 "superagent": "5.1.3",
60 "terminal-link": "2.1.1"
61 },
62 "devDependencies": {
63 "chai": "4.2.0",
64 "mocha": "6.2.2"
65 }
66}