UNPKG

frau-publisher

Version:

A free-range-app utility for publishing to our CDN.

62 lines (61 loc) 1.38 kB
{ "name": "frau-publisher", "version": "2.11.2", "description": "A free-range-app utility for publishing to our CDN.", "main": "src/publisher.js", "bin": { "frau-publisher": "bin/publishercli" }, "files": [ "bin", "src", "LICENSE", "README.md" ], "scripts": { "pretest": "npm run lint", "test": "mocha --require ./test/support/node.js", "test-secure": "mocha test/secure/*.js --require ./test/support/node.js", "lint": "eslint ." }, "repository": { "type": "git", "url": "https://github.com/Brightspace/frau-publisher.git" }, "keywords": [ "d2l", "frau", "free-range" ], "author": "D2L Corporation", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Brightspace/frau-publisher/issues" }, "homepage": "https://github.com/Brightspace/frau-publisher", "devDependencies": { "chai": "^4", "eslint": "^9", "eslint-config-brightspace": "^2", "globals": "^15", "gulp": "^4", "mocha": "^10", "proxyquire": "^2", "request": "^2", "sinon": "^18", "sinon-chai": "^3", "through2": "^4" }, "dependencies": { "aws-sdk": "^2", "chalk": "^4", "mime-types": "^2", "promised-method": "^1", "pump": "^3", "semver": "^7", "through2-concurrent": "^2", "vinyl": "^2", "vinyl-fs": "^3", "yargs": "^16" } }