forked from futurepress/epub.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 698 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 698 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
{
"name": "epub.js",
"version": "0.2.9",
"homepage": "https://github.com/futurepress/epub.js",
"authors": [
"Fred Chasen <fchasen@gmail.com>"
],
"description": "JavaScript library for rendering ePub documents in the browser, across many devices.",
"main": "build/epub.js",
"keywords": [
"epub"
],
"license": "FreeBSD",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src",
"reader_src",
"examples",
"index.html",
"libs"
],
"dependencies": {
"rsvp": "~3.0.8",
"underscore": "~1.8.3",
"polymer": "Polymer/polymer#^1.0.0",
"backbone": "~1.2.3",
"jquery-highlight": "~3.3.0"
}
}