-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 737 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "bibi",
"version": "0.999.9-r7",
"authors": [
"Satoru MATSUSHIMA"
],
"description": "BiB/i | EPUB Reader on your website.",
"keywords": [
"EPUB",
"Reading System",
"Viewer",
"Books-in-Browsers"
],
"license": "MIT",
"homepage": "http://bibi.epub.link",
"repository": {
"type": "git",
"url": "git://github.com/satorumurmur/bibi.git"
},
"main": "bib/i/index.html",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"dev-bib",
"gulpfile.js",
"manifest.json",
"package.json"
],
"devDependencies": {
"native-promise-only": "^0.8.0-a",
"easing": "*",
"sML": "sml#0.999.47",
"jszip": "3.1.3",
"jszip-utils": "0.0.2"
}
}