-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
28 lines (28 loc) · 844 Bytes
/
package.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
{
"name": "wp-api-menus",
"title": "WP API Menus",
"description": "Extends the WordPress JSON REST WP API with new routes pointing to WordPress menus.",
"version": "1.3.2",
"license": "GPL-2.0+",
"homepage": "https://wordpress.org/plugins/wp-api-menus",
"repository": {
"type": "git",
"url": "https://github.com/unfulvio/wp-api-menus"
},
"keywords": [],
"devDependencies": {
"autoprefixer": "^6.0.1",
"grunt": "^0.4.5",
"grunt-checktextdomain": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-phpunit": "^0.3.6",
"grunt-po2mo": "^0.1.2",
"grunt-shell": "~1.1.2",
"grunt-wp-deploy": "^1.1.0",
"grunt-wp-i18n": "^0.5.2",
"load-grunt-tasks": "^3.2.0",
"reporter-plus": "jayeb/reporter-plus"
}
}