hexo-near-post
Version:
hexo-near-post is a tool that proposes article to be read near the one currently consulted
39 lines (36 loc) • 936 B
JSON
{
"name": "hexo-near-post",
"version": "1.0.8",
"description": "hexo-near-post is a tool that proposes article to be read near the one currently consulted",
"main": "index.js",
"scripts": {
"eslint": "eslint .",
"jscs": "jscs .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/achauvinhameau/hexo-near-post.git"
},
"keywords": [
"hexo.io",
"see",
"also",
"section"
],
"author": "Alexandre Chauvin Hameau",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/achauvinhameau/hexo-near-post/issues"
},
"homepage": "https://github.com/achauvinhameau/hexo-near-post#readme",
"devDependencies": {
"chai": "^4.2.0",
"cheerio": "^0.22.0",
"eslint": "^6.0.0",
"eslint-config-hexo": "^3.0.0",
"jscs": "^3.0.7",
"jscs-preset-hexo": "^1.0.1",
"acorn": "^6.1.1"
}
}