This repository was archived by the owner on Jul 2, 2020. It is now read-only.
Commit 74efaa6 1 parent 4b8bc44 commit 74efaa6 Copy full SHA for 74efaa6
File tree 2 files changed +48
-0
lines changed
2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ assets /icons /PDF /*
2
+ assets /icons /src /*
3
+ assets /icons /SVG /*
4
+ assets /icons /PNG /blitz-16.png
5
+ assets /icons /PNG /blitz-32.png
6
+ assets /icons /PNG /blitz-64.png
7
+ assets /icons /PNG /blitz-128.png
8
+ assets /icons /PNG /blitz-256.png
9
+ assets /icons /PNG /blitz-512.png
10
+ assets /icons /PNG /blitz-1024.png
11
+ Blitz_template /*
12
+ Blitz_framework /Blitz-debug.epub
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " blitz-ebook" ,
3
+ "description" : " A CSS Framework for ebooks" ,
4
+ "version" : " 1.2" ,
5
+ "homepage" : " https://github.com/FriendsOfEpub/Blitz" ,
6
+ "license" : " MIT" ,
7
+ "keywords" : [
8
+ " ebook" ,
9
+ " epub" ,
10
+ " epub2" ,
11
+ " epub3" ,
12
+ " css" ,
13
+ " kindle" ,
14
+ " framework" ,
15
+ " ebook-framework"
16
+ ],
17
+ "author" : {
18
+ "name" : " Friends of EPUB" ,
19
+ "url" : " https://github.com/FriendsOfEpub"
20
+ },
21
+ "repository" : {
22
+ "type" : " git" ,
23
+ "url" : " https://github.com/FriendsOfEpub/Blitz.git"
24
+ },
25
+ "bugs" : {
26
+ "url" : " https://github.com/FriendsOfEpub/Blitz/issues"
27
+ },
28
+ "main" : " Blitz_framework/LESS/blitz.less" ,
29
+ "devDependencies" : {
30
+ "less" : " ^3.0.4"
31
+ },
32
+ "scripts" : {
33
+ "build" : " lessc Blitz_framework/LESS/blitz.less Blitz_framework/CSS/blitz.css" ,
34
+ "kindle" : " lessc Blitz_framework/LESS/blitz-kindle.less Blitz_framework/CSS/blitz-kindle.css"
35
+ }
36
+ }
You can’t perform that action at this time.
0 commit comments