UNPKG

1.05 kBJSONView Raw
1{
2 "name": "any2api-invoker-chef",
3 "version": "0.1.0",
4 "author": "Johannes Wettinger <mail@jojow.de>",
5 "description": "Chef cookbook invoker for any2api",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/any2api/any2api-invoker-chef"
9 },
10 "contributors": [
11 {
12 "name": "Johannes Wettinger",
13 "email": "mail@jojow.de"
14 }
15 ],
16 "license": "MIT",
17 "keywords": [
18 "any2api",
19 "chef",
20 "cookbook",
21 "invoker"
22 ],
23 "preferGlobal": false,
24 "dependencies": {
25 "lodash": "~2.4.1",
26 "debug": "~2.1.0",
27 "async": "0.9.0",
28 "flat": "~1.3.0",
29 "fs-extra": "~0.12.0",
30 "lockfile": "~1.0.0",
31 "any2api-util": "*",
32 "any2api-access": "*"
33 },
34 "scripts": {
35 "prepare-buildtime": "npm install",
36 "prepare-executable": "node ./prepare-executable.js",
37 "prepare-runtime": "sh ./prepare-runtime.sh",
38 "prestart": "type ssh >/dev/null 2>&1 || { echo >&2 \"ssh client missing\"; exit 1; }",
39 "start": "node ./invoke.js"
40 },
41 "engines": {
42 "node": ">= 0.10"
43 }
44}