any2api-invoker-chef
Version:
Chef cookbook invoker for any2api
48 lines (47 loc) • 1.18 kB
JSON
{
"name": "any2api-invoker-chef",
"version": "0.2.4",
"author": "Johannes Wettinger <mail@jojow.de>",
"description": "Chef cookbook invoker for any2api",
"repository": {
"type": "git",
"url": "https://github.com/any2api/any2api-invoker-chef"
},
"contributors": [
{
"name": "Johannes Wettinger",
"email": "mail@jojow.de"
}
],
"license": "MIT",
"keywords": [
"any2api",
"chef",
"cookbook",
"invoker"
],
"preferGlobal": false,
"dependencies": {
"lodash": "~3.8.0",
"async": "0.9.0",
"flat": "~1.3.0",
"lockfile": "~1.0.0",
"string": "~3.0.0",
"verr-log": "~1.0.0",
"fs-extra": "~0.18.3",
"any2api-util": "*",
"any2api-access": "*"
},
"devDependencies": {
"mocha": "~1.21.4",
"chai": "~1.9.1"
},
"scripts": {
"prepare-buildtime": "npm install",
"prepare-executable": "node ./prepare-executable.js",
"prepare-runtime": "npm install && cd node_modules/any2api-access && npm run prepare-runtime",
"prestart": "type ssh >/dev/null 2>&1 || { echo >&2 \"ssh client missing\"; exit 1; }",
"start": "node ./invoke.js",
"test": "mocha"
}
}