-
Notifications
You must be signed in to change notification settings - Fork 138
/
bower.json
45 lines (45 loc) · 953 Bytes
/
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
39
40
41
42
43
44
45
{
"name": "Titan Framework",
"version": "1.9.2",
"homepage": "http://titanframework.net",
"authors": [
"Benjamin Intal <[email protected]>"
],
"description": "Titan Framework allows theme and plugin developers to create a admin pages, options, meta boxes, and theme customizer options with just a few simple lines of code.",
"main": "titan-framework.php",
"keywords": [
"framework",
"options",
"admin",
"admin",
"panel",
"meta",
"box",
"theme",
"customizer",
"option",
"framework",
"library",
"sdk",
"edd",
"settings",
"api",
"theme",
"creator",
"theme",
"framework"
],
"license": "GPLv2 or later",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"ace-builds": "~1.2",
"wp-color-picker-alpha": "23r9i0/wp-color-picker-alpha",
"jqueryui-timepicker-addon": "~1.5"
}
}