UNPKG

628 BJSONView Raw
1{
2 "name": "bookiza",
3 "version": "xx.xx.xx",
4 "description": "A book baking tool",
5 "homepage": "http://bookiza.io",
6 "logo": {
7 "file": "./assets/images/bookiza.png"
8 },
9 "bin": {
10 "bookiza": "./bin/bin.js",
11 "b": "./bin/bin.js"
12 },
13 "keywords": [
14 "bookiza",
15 "book",
16 "writing",
17 "tool",
18 "manuscript",
19 "baking",
20 "framework",
21 "superbooks",
22 "CLI"
23 ],
24 "ignore": [
25 ".gitignore",
26 "bower.json",
27 "package.json",
28 "node_modules"
29 ],
30 "repository": "git+https://github.com/bookiza/bookiza.git",
31 "license": "TBD",
32 "author": "Marvin Danig <marvin@bubbl.in>"
33}
\No newline at end of file