gatefold
Version:
The compact URL shortener. Developed at Cimpress.
39 lines (38 loc) • 814 B
JSON
{
"name": "gatefold",
"version": "1.0.10",
"description": "The compact URL shortener. Developed at Cimpress.",
"main": "index.js",
"scripts": {},
"bin": {
"gatefold": "./bin/gatefold.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cimpress-MCP/gatefold.git"
},
"keywords": [
"cimpress",
"aws",
"api",
"gateway",
"api",
"dynamodb",
"ddb",
"url",
"shortener",
"url"
],
"author": "Igor Sowinski <isowinski@cimpress.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Cimpress-MCP/gatefold/issues"
},
"homepage": "https://github.com/Cimpress-MCP/gatefold",
"dependencies": {
"aws-sdk": "^2.226.1",
"cfn": "^1.8.1",
"commander": "^2.15.1",
"lodash.clonedeep": "^4.5.0"
}
}