UNPKG

bloggify-cli

Version:
58 lines (57 loc) 1.45 kB
{ "name": "bloggify", "version": "3.2.0", "description": "We make publishing easy.", "main": "lib/index.js", "bin": { "bloggify": "./bin/bloggify", "bloggify-prod-start": "./bin/bloggify-prod-start" }, "dependencies": { "abs": "^1.3.14", "bloggify-actions": "^1.0.0", "bloggify-flexible-router": "^2.0.0", "bloggify-plugin-loader": "^2.0.1", "bloggify-renderer-ajs": "^2.0.1", "bloggify-template-renderer": "^2.0.2", "cute-logger": "^8.0.0", "deffy": "^2.2.4", "dotenv": "^16.0.0", "error-creator": "^1.0.0", "fs-file-tree": "^1.0.4", "is-there": "^4.5.1", "iterate-object": "^1.3.4", "lien": "^4.0.0", "local-ip-address": "^1.0.0", "maybe-require": "^1.0.0", "mkdirp": "^3.0.1", "noop6": "^1.0.9", "parse-db-uri": "^2.0.0", "require-dir-watch": "^1.0.0", "rucksack-lite": "^5.0.2", "safe-r-json": "^1.0.3", "tilda": "^4.2.1", "typpy": "^2.3.13", "ul": "^5.2.1", "w-json": "^1.3.7" }, "scripts": { "start": "node server.js" }, "repository": { "type": "git", "url": "git://github.com/Bloggify/Bloggify.git" }, "keywords": [ "framework", "http", "api", "web" ], "author": "Bloggify <support@bloggify.org> (https://bloggify.org)", "license": "MIT", "bugs": { "url": "https://github.com/Bloggify/Bloggify/issues" }, "homepage": "https://github.com/Bloggify/Bloggify" }