forked from gambitph/Titan-Framework
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
35 lines (35 loc) · 901 Bytes
/
composer.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
{
"name": "gambitph/titan-framework",
"description": "Titan Framework allows theme and plugin developers to create admin pages, options, meta boxes, and theme customizer options with just a few simple lines of code.",
"keywords": ["wordpress", "titan", "framework", "options", "titan framework", "Titan Framework"],
"homepage" : "https://github.com/gambitph/Titan-Framework",
"license": "GPLv2+",
"authors": [
{
"name": "Gambit Technologies",
"email" : "[email protected]",
"homepage" : "http://www.titanframework.net/",
"role" : "Developer"
}
],
"type": "library",
"autoload": {
"files": ["titan-framework.php"]
},
"repositories": [
],
"require": {
},
"require-dev": {
},
"scripts": {
"post-install-cmd": [
"bower install",
"npm install -d"
],
"post-update-cmd": [
"bower install",
"npm install -d"
]
}
}