ring-websites-toolbelt
Version:
Ring Publishing Platform tool to work with Ring Websites
48 lines (47 loc) • 1.18 kB
JSON
{
"name": "ring-websites-toolbelt",
"version": "3.0.0",
"author": "RASP Tech",
"license": "ISC",
"description": "Ring Publishing Platform tool to work with Ring Websites",
"main": "./lib/index.js",
"keywords": [
"Ring",
"Ring Publishing",
"Ring Websites"
],
"dependencies": {
"args": "^5.0.1",
"aws-sdk": "^2.411.0",
"better-logging": "^3.3.2",
"chokidar": "^3.4.0",
"crypto-js": "^3.1.9-1",
"dir-compare": "^1.7.1",
"fs-extra": "^7.0.1",
"mime-types": "^2.1.22",
"minimatch": "^3.0.4",
"mkdirp": "^0.5.1",
"npm-check": "^5.9.0",
"prompts": "^2.0.3",
"request": "^2.88.0",
"rimraf": "^2.6.3",
"ring-auth-node": "git+https://github.com/ringpublishing/ring-authorization-node.git",
"ring-ucs-theme-builder": "^1.3.2",
"upath": "^1.1.2",
"walk-sync": "^1.1.3",
"zip-a-folder": "0.0.9",
"aws4": "1.11.0"
},
"devDependencies": {
"jasmine-node": "^1.16.2"
},
"bin": {
"website": "./bin/website.js",
"websites": "./bin/website.js",
"ring-website": "./bin/website.js",
"ring-websites": "./bin/website.js"
},
"engines": {
"node": ">=12.0.0"
}
}