@ghostline/bundle-all
Version:
A series of Plugins for the Ghostline static site framework
32 lines (31 loc) • 837 B
JSON
{
"name": "@ghostline/bundle-all",
"version": "1.1.0",
"description": "A series of Plugins for the Ghostline static site framework",
"author": "Martin Haynes <martin@dotmh.io>",
"homepage": "https://github.com/dotmh/ghostline/tree/master/packages/all#readme",
"license": "Apache-2.0",
"main": "index.js",
"keywords": [
"Metalsmith",
"Ghostline",
"plugin",
"static",
"static-site"
],
"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": {
"@ghostline/bundle-base": "^1.0.0",
"@ghostline/bundle-optional": "^1.1.0"
},
"gitHead": "978ac6d3fa3850276dc2e709db0f4bf9d0e08157"
}