You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

42 lines
914 B

{
"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"
}
}