-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 KB
/
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
{
"name": "apostrophe-forms-google-address-field-widgets",
"version": "4.1.0",
"description": "This module adds a Google-based input field validating addresses",
"main": "index.js",
"scripts": {
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "[email protected]:apostrophecms/apostrophe-forms-google-address-field-widgets.git"
},
"keywords": [
"apostrophecms",
"forms"
],
"author": "Apostrophe Technologies",
"license": "MIT",
"bugs": {
"url": "https://github.com/apostrophecms/apostrophe-forms-google-address-field-widgets/issues"
},
"homepage": "https://github.com/apostrophecms/apostrophe-forms-google-address-field-widgets#readme",
"peerDependencies": {
"apostrophe-forms": "^1.8.2"
},
"devDependencies": {
"eslint": "^7.3.1",
"eslint-config-apostrophe": "^3.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}