-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 914 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 914 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
35
36
37
38
39
40
41
42
{
"name": "hexo-algolia",
"version": "1.3.2",
"description": "Index content of your hexo website in Algolia and add search within minutes.",
"main": "index",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "exit 0",
"posttest": "eslint *.js ./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/oncletom/hexo-algolia.git"
},
"engines": {
"node": ">= 4.0.0"
},
"keywords": [
"hexo",
"algolia",
"search"
],
"author": {
"name": "Boris Schapira",
"email": "borisschapira@gmail.com",
"url": "http://borisschapira.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/oncletom/hexo-algolia/issues"
},
"homepage": "https://github.com/oncletom/hexo-algolia",
"dependencies": {
"algoliasearch": "^3.35.1",
"p-each-series": "^1.0.0"
},
"devDependencies": {
"eslint": "^4.19.1"
}
}