@ghostline/countdown
Version:
A counter plugin for metalsmith to allow adding metadata for counters
34 lines (33 loc) • 852 B
JSON
{
"name": "@ghostline/countdown",
"version": "1.1.0",
"description": "A counter plugin for metalsmith to allow adding metadata for counters",
"keywords": [
"Metalsmith",
"Ghostline",
"plugin",
"static",
"static-site"
],
"author": "Martin Haynes <martin@dotmh.io>",
"homepage": "https://github.com/dotmh/ghostline/tree/master/packages/countdown#readme",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dotmh/ghostline.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/dotmh/ghostline/issues"
},
"dependencies": {
"@dotmh/ctf": "^0.1.0"
},
"peerDependencies": {
"metalsmith": "^2.3.0"
},
"gitHead": "978ac6d3fa3850276dc2e709db0f4bf9d0e08157"
}