-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
41 lines (41 loc) · 1 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
36
37
38
39
40
41
{
"name": "ghost-search",
"version": "1.1.0",
"description": "A simple but powerful search library for Ghost Blogging Platform.",
"main": "dist/ghost-search.js",
"scripts": {
"dev": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HauntedThemes/ghost-search.git"
},
"keywords": [
"ghost",
"search"
],
"author": {
"name": "Haunted Themes",
"email": "[email protected]",
"url": "https://www.hauntedthemes.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HauntedThemes/ghost-search/issues"
},
"homepage": "https://github.com/HauntedThemes/ghost-search",
"dependencies": {
"fuzzysort": "^1.1.4"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.7.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-header-comment": "^0.6.1",
"gulp-minify": "^3.1.0",
"gulp-resolve-dependencies": "^3.0.1",
"gulp-sourcemaps": "^2.6.5"
}
}