terraform-plus
Version:
Terraform Plus
68 lines (67 loc) • 1.56 kB
JSON
{
"name": "terraform-plus",
"version": "0.0.12",
"buildDate": "Sat Oct 6 10:32:26 EDT 2018",
"description": "Terraform Plus",
"bin": {
"tfs": "./bin/tfs.js"
},
"main": "src/terraform-plus.js",
"scripts": {
"_docs": "rm -rf docs/api && node node_modules/.bin/esdoc",
"_test": "echo \"Error: no test specified\" && exit 1",
"_postinstall": "node bin/peer-deps.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MitocGroup/terrahub.git"
},
"keywords": [
"terraform",
"terraform plus",
"tfs",
"serverless",
"provision",
"deploy",
"aws",
"amazon web services",
"gcp",
"google cloud platform",
"azure",
"microsoft azure"
],
"author": "Mitoc Group",
"license": "MIT",
"bugs": {
"url": "https://github.com/MitocGroup/terrahub/issues"
},
"homepage": "https://github.com/MitocGroup/terrahub",
"dependencies": {
"aws-sdk": "^2.202.0",
"commander": "^2.14.1",
"dot-object": "^1.7.0",
"download": "^6.2.5",
"eslint": "^4.18.1",
"execa": "^0.9.0",
"fs-extra": "^5.0.0",
"fuzzy": "^0.1.3",
"inquirer": "^5.1.0",
"inquirer-autocomplete-prompt": "^0.12.1",
"js-logger": "^1.4.1",
"js-yaml": "^3.10.0",
"progress": "^2.0.0",
"semver": "^5.5.0",
"tf-parse": "^0.4.0",
"treeify": "^1.1.0",
"twig": "^1.10.5"
},
"devDependencies": {
"esdoc": "^1.0.4",
"esdoc-node": "^1.0.2"
},
"engines": {
"node": ">=8.0",
"npm": ">=5.0"
},
"preferGlobal": true
}