forked from wpscholar/Compass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 858 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
{
"name": "flagshipwp/compass",
"description": "The most advanced WordPress Starter theme ever created.",
"keywords": ["wordpress", "theme", "flagship"],
"homepage": "http://flagshipwp.com",
"type": "wordpress-theme",
"license": "GPL-2.0+",
"authors": [
{
"name": "Robert Neu",
"email": "rob@flagshipwp.com",
"homepage": "http://flagshipwp.com"
},
{
"name": "Gary Jones",
"homepage": "http://gamajo.com"
}
],
"support": {
"issues": "https://github.com/flagshipwp/compass/issues",
"forum": "http://community.flagshipwp.com/category/compass"
},
"config": {
"vendor-dir": "assets/composer"
},
"require": {
"justintadlock/hybrid-core": "~2.0",
"flagshipwp/flagship-library": "~1.1",
"zamoose/themehookalliance": "dev-master",
"composer/installers": "~1.0"
}
}