Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit 74efaa6

Browse files
committed
Init npm
1 parent 4b8bc44 commit 74efaa6

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

.npmignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

package.json

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
}

0 commit comments

Comments
 (0)