forked from theodi/adapt-theme-wbtz
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 681 Bytes
/
Copy pathbower.json
File metadata and controls
24 lines (24 loc) · 681 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": "adapt-theme-idb",
"repository": "git@github.com:bcave/adapt-theme-idb.git",
"framework": "^2.0.0",
"version": "0.2.0",
"homepage": "https://github.com/davetaz/adapt-theme-idb",
"issues": "https://github.com/davetaz/adapt-theme-idb/issues",
"displayName": "Tanzania (WB)",
"theme": "Tanzania (WB)",
"description": "A custom theme for ODI modules (Inter American Development Bank edition)",
"main": "js/idb.js",
"keywords": [
"adapt-plugin",
"adapt-theme"
],
"license": "GPLv3",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}