UNPKG

999 BJSONView Raw
1{
2 "name": "any2api-invoker-shell",
3 "version": "0.1.1",
4 "author": "Johannes Wettinger <mail@jojow.de>",
5 "description": "Shell invoker for any2api",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/any2api/any2api-invoker-shell"
9 },
10 "contributors": [
11 {
12 "name": "Johannes Wettinger",
13 "email": "mail@jojow.de"
14 }
15 ],
16 "license": "MIT",
17 "keywords": [
18 "any2api",
19 "shell",
20 "invoker"
21 ],
22 "preferGlobal": false,
23 "dependencies": {
24 "lodash": "~2.4.1",
25 "async": "0.9.0",
26 "shortid": "~2.1.3",
27 "verr-log": "~1.0.0",
28 "any2api-util": "*",
29 "any2api-access": "*"
30 },
31 "devDependencies": {
32 "fs-extra": "~0.12.0",
33 "mocha": "~1.21.4",
34 "chai": "~1.9.1"
35 },
36 "scripts": {
37 "prepare-buildtime": "npm install",
38 "prepare-runtime": "npm install && cd node_modules/any2api-access && npm run prepare-runtime",
39 "start": "node ./invoke.js",
40 "test": "mocha"
41 },
42 "engines": {
43 "node": ">= 0.10"
44 }
45}