UNPKG

@0x4447/avocado

Version:

🥑 build the output of a front-end page to be hosted on S3 and delivered by CloudFront

57 lines (56 loc) • 1.28 kB
{ "name": "@0x4447/avocado", "version": "1.8.1", "description": "🥑 build the output of a front-end page to be hosted on S3 and delivered by CloudFront", "homepage": "https://0x4447.com/toolbox", "main": "index.js", "publishConfig": { "access": "public" }, "scripts": { "build": "npm pack && npm install -g 0x4447-avocado-* && rm 0x4447-avocado-*", "build-windows": "npm link", "lint": "eslint . --ignore-pattern test", "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/0x4447/0x4447-cli-node-avocado" }, "bin": { "avocado": "./index.js" }, "author": { "name": "0x4447", "email": "hello@0x4447.email", "url": "https://0x4447.com" }, "license": "MIT", "bugs": { "url": "https://github.com/0x4447/0x4447-cli-node-avocado/issues" }, "keywords": [ "0x4447", "cli", "nodejs", "s3", "build", "convert", "CloudFront", "aws" ], "dependencies": { "chai": "^4.2.0", "commander": "2.15.1", "fs-readdir-recursive": "^1.1.0", "hogan.js": "3.0.2", "mkdirp": "^0.5.1", "mocha": "5.1.0", "ncp": "2.0.0", "recursive-readdir": "2.2.2", "rimraf": "2.6.2" }, "devDependencies": { "eslint": "^5.9.0" } }