metalsmith-commento
Version:
Commento comments plugin for Metalsmith.
32 lines (31 loc) • 817 B
JSON
{
"name": "metalsmith-commento",
"version": "1.1.0",
"description": "Commento comments plugin for Metalsmith.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/vitaliy-bobrov/metalsmith-commento.git"
},
"keywords": [
"metalsmith",
"commento",
"comments"
],
"author": "Vitalii Bobrov <bobrov1989@gmail.com> (https://bobrov.dev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vitaliy-bobrov/metalsmith-commento/issues"
},
"homepage": "https://github.com/vitaliy-bobrov/metalsmith-commento#readme",
"devDependencies": {
"debug": "^4.1.1"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3"
}
}