forked from myCodebox/wallabag-fxos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 664 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 664 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
{
"name": "wallabag-fxos",
"version": "1.0.0-rc1",
"homepage": "https://github.com/wallabag/wallabag-fxos.git",
"authors": [
"freddyb"
],
"description": "Access your Wallabag from your Firefox OS phone.",
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"brick-appbar": "https://github.com/mozbrick/brick-appbar.git",
"brick-tabbar": "https://github.com/mozbrick/brick-tabbar.git",
"brick-deck": "https://github.com/mozbrick/brick-deck.git",
"localforage": "~1.2.3",
"sanitizer": "https://github.com/fxos-eng/sanitizer.git"
}
}