forked from XervoIO/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.48 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "modulus",
"description": "The command line interface for deploying applications to the Modulus hosting platform.",
"keywords": [
"cli",
"modulus",
"hosting",
"cloud hosting",
"paas",
"platform-as-a-service",
"deployment",
"deploy",
"command line",
"modulusio"
],
"version": "6.5.1",
"author": "Modulus <feedback@modulus.io>",
"maintainers": [
"zwigby <ckey@paranoidferret.com>",
"busyrich <richard@modulus.io>",
"inconceivableduck <brandon@modulus.io>",
"fiveisprime <matt@modulus.io>"
],
"repository": {
"type": "git",
"url": "https://github.com/onmodulus/modulus-cli.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/onmodulus/modulus-cli/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"async": "2.1.1",
"colors": "1.1.2",
"commander-plus": "0.0.6",
"find-file-sync": "0.0.4",
"fstream-ignore": "1.0.5",
"opener": "1.4.2",
"progress": "1.1.8",
"prompt": "1.0.0",
"request": "2.75.0",
"semver": "5.3.0",
"split": "1.0.0",
"text-table": "0.2.0",
"through": "2.3.8",
"underscore": "1.8.3",
"update-notifier": "1.0.2",
"uuid": "^3.0.0",
"zip-stream": "1.1.0"
},
"devDependencies": {
"code": "~1.5.0",
"lab": "~6.2.0"
},
"main": "./lib/modulus",
"bin": {
"modulus": "./bin/modulus"
},
"preferGlobal": true,
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "lab"
}
}