-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 937 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 937 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
{
"name": "ghost-finder",
"version": "3.1.2",
"description": "The most advance ghost search plugin",
"main": "dist/ghost-finder.js",
"scripts": {
"build": "parcel build src/ghost-finder.js -d dist",
"example": "parcel example/index.html --out-dir example/dist"
},
"author": "King Rayhan <md.raihan095@northsouth.edu> (https://rayhan.info)",
"license": "MIT",
"devDependencies": {
"parcel-bundler": "^1.12.5"
},
"dependencies": {
"@tryghost/content-api": "^1.5.10",
"date-fns": "^2.22.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kingrayhan/ghost-finder.git"
},
"keywords": [
"ghost",
"ghost-search",
"search"
],
"bugs": {
"url": "https://github.com/kingrayhan/ghost-finder/issues"
},
"homepage": "https://github.com/kingrayhan/ghost-finder#readme"
}