-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 1.01 KB
/
bower.json
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
38
{
"name": "BibleFox",
"version": "1.0",
"homepage": "https://github.com/paulolieuthier/biblefox",
"authors": [
"Paulo Lieuthier <[email protected]>"
],
"description": "Bible app for Firefox OS",
"main": "index.html",
"moduleType": [
"es6",
"amd"
],
"license": "GPL",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"requirejs": "2.1.15",
"requirejs-text": "requirejs/text#latest",
"backbone": "1.1.2",
"zepto": "1.1.4",
"handlebars": "2.0.0",
"promises": "Octane/Promise",
"sql": "kripken/sql.js",
"brick-action": "mozbrick/brick-action",
"brick-appbar": "mozbrick/brick-appbar",
"brick-deck": "mozbrick/brick-deck",
"brick-layout": "mozbrick/brick-layout",
"brick-menu": "mozbrick/brick-menu",
"brick-tabbar": "mozbrick/brick-tabbar"
}
}