-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 834 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 834 Bytes
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
{
"name": "wp-search-with-algolia",
"version": "2.0.1",
"description": "Integrate the powerful Algolia search service with WordPress.",
"author": "WebDevStudios",
"license": "GPL-3.0",
"keywords": [
"algolia"
],
"homepage": "https://github.com/WebDevStudios/wp-search-with-algolia",
"engines": {
"node": "^12.0.0",
"npm": "^6.0.0"
},
"dependencies": {
"algoliasearch": "^4.10.3",
"autocomplete.js": "^0.38.0",
"instantsearch.js": "^4.25.2"
},
"devDependencies": {
"frontend-dependencies": "^2.0.0"
},
"frontendDependencies": {
"target": "js/",
"packages": {
"algoliasearch": "^4.10.3",
"autocomplete.js": "^0.38.0",
"instantsearch.js": "^4.25.2"
}
},
"scripts": {
"postinstall": "node ./node_modules/frontend-dependencies/index.js"
}
}