UNPKG

ae86

Version:

Old school static website generator.

56 lines 1.25 kB
{ "name": "ae86", "type": "module", "description": "Old school static website generator.", "keywords": [ "static", "website", "generator" ], "version": "4.0.0", "homepage": "http://github.com/cliffano/ae86", "author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)", "contributors": [ "All contributors (https://github.com/cliffano/ae86/graphs/contributors)" ], "main": "./lib/ae86.js", "bin": { "ae86": "./bin/ae86.js" }, "preferGlobal": true, "repository": { "type": "git", "url": "http://github.com/cliffano/ae86.git" }, "bugs": { "url": "http://github.com/cliffano/ae86/issues" }, "directories": { "bin": "./bin", "lib": "./lib", "test": "./test" }, "dependencies": { "async": "^3.2.6", "bagofcli": "^2.4.1", "cheerio": "^1.1.0", "cpr": "^3.0.1", "dateformat": "^5.0.3", "file": "^0.2.2", "fs-extra": "^11.3.0", "jazz": "^0.0.18", "lodash": "^4.17.21", "mkdirp": "^3.0.1", "@cnakazawa/watch": "^1.0.4", "wrench": "^1.5.9" }, "devDependencies": { "@sinonjs/referee": "^11.0.1", "sinon": "^21.0.0" }, "scripts": {}, "engines": { "node": ">= 20.0.0" }, "license": "MIT" }