forked from pods-framework/pods-json-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 993 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
{
"name": "pods-framework/pods-json-api",
"description": "JSON REST API for Pods. This plugin creates JSON API endpoints for https://github.com/WP-API/WP-API",
"type": "wordpress-plugin",
"keywords": ["pods", "wordpress", "wp-api", "api"],
"homepage": "https://github.com/pods-framework/pods-json-api",
"require": {
"php": ">=5.3"
},
"license": "GPL-2.0",
"authors": [
{
"name": "Scott Kingsley Clark",
"email": "lol@scottkclark.com",
"homepage": "http://scottkclark.com",
"role" : "Lead Developer"
},
{
"name": "Pods Framework Team",
"email": "contact@pods.io",
"homepage": "http://pods.io/"
}
],
"support": {
"issues": "https://github.com/pods-framework/pods-json-api/issues",
"source": "https://github.com/pods-framework/pods-json-api"
},
"require": {
"composer/installers": "~1.0"
}
}