UNPKG

ansible-dynamic-inventory

Version:

Ansible Dynamic Inventory Script for LXD Containers

48 lines (47 loc) 1.1 kB
{ "name": "ansible-dynamic-inventory", "version": "1.0.1", "description": "Ansible Dynamic Inventory Script for LXD Containers", "main": "lxd.js", "scripts": { "test": "./test.sh", "install": "./install.sh", "build": "./build.sh", "postinstall": "./post-install.sh" }, "repository": { "type": "git", "url": "git+https://github.com/june07/ansible-dynamic-inventory.git" }, "dependencies": { "bluebird": "latest", "deasync": "^0.1.8", "ini": "latest", "jsonpath-plus": "latest", "mkdirp": "latest", "nexe": "latest", "openssl-wrapper": "latest", "path": "latest", "readline": "latest", "unirest": "latest" }, "keywords": [ "Ansible", "Dynamic", "Inventory", "LXD", "Containers", "Node", "Nodejs" ], "author": "Will Smith", "license": "MIT", "bugs": { "url": "https://github.com/june07/ansible-dynamic-inventory/issues" }, "homepage": "https://github.com/june07/ansible-dynamic-inventory#readme", "devDependencies": { "chai": "^3.5.0", "mocha": "^3.1.0" } }