ultimate-jekyll-poster
Version:
Post authoring backend for Ultimate Jekyll
39 lines • 1.08 kB
JSON
{
"name": "ultimate-jekyll-poster",
"version": "1.0.2",
"description": "Post authoring backend for Ultimate Jekyll ",
"main": "./dist/index.js",
"scripts": {
"test": "npm run prepare && ./node_modules/mocha/bin/mocha test/ --recursive --timeout=10000",
"prepare": "node -e 'require(`prepare-package`)()'",
"prepare:watch": "nodemon -w ./src -e '*' --exec 'npm run prepare'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itw-creative-works/ultimate-jekyll-poster.git"
},
"keywords": [
"jekyll",
"post",
"blog"
],
"author": "ITW Creative Works",
"license": "ISC",
"bugs": {
"url": "https://github.com/itw-creative-works/ultimate-jekyll-poster/issues"
},
"homepage": "https://github.com/itw-creative-works/ultimate-jekyll-poster#readme",
"dependencies": {
"fs-jetpack": "^3.2.0",
"wonderful-fetch": "^1.1.1"
},
"devDependencies": {
"mocha": "^8.4.0",
"prepare-package": "^1.1.3"
},
"preparePackage": {
"input": "./src",
"output": "./dist",
"replace": {}
}
}