-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 874 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
32
33
34
35
36
{
"name": "strapi-location-field-plugin",
"version": "1.2.2",
"description": "A plugin to add a location field to Strapi",
"strapi": {
"name": "location-field",
"description": "A plugin to add a location field to Strapi",
"kind": "plugin",
"displayName": "Location Field"
},
"repository": {
"type": "git",
"url": "https://github.com/raykeating/strapi-location-field-plugin.git"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.15.1"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"author": {
"name": "Ray Keating",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Ray Keating"
}
],
"engines": {
"node": ">=14.19.1 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"homepage": "https://github.com/raykeating/strapi-location-field-plugin#readme"
}