-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 1015 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
29
30
31
{
"name": "wp-rest-api-inspector",
"plugin_name": "REST API Inspector",
"version": "0.1.0",
"description": "Inspect the REST API routes, endpoints, parameters and properties registered on a site",
"author": "Paul V. Biron/Sparrow Hawk Computing",
"repository": "https://github.com/pbiron",
"namespace": "SHC\\REST_API_Inspector",
"tested_up_to": "5.3.2",
"engines": {
"node": "10.13.0"
},
"license": "GPL-2.0-or-later",
"license_uri": "https://www.gnu.org/licenses/gpl-2.0.html",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-composer": "^0.4.5",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-rtlcss": "^2.0.1",
"grunt-text-replace": "^0.4.0",
"grunt-wp-readme-to-markdown": "^2.0.1",
"grunt-zip": "^0.18.1"
},
"dependencies": {}
}