forked from XervoIO/cli
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.48 KB
/
package.json
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
{
"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": "4.0.0",
"author": "Modulus <[email protected]>",
"maintainers": [
"zwigby <[email protected]>",
"busyrich <[email protected]>",
"inconceivableduck <[email protected]>",
"fiveisprime <[email protected]>"
],
"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": "0.1.x",
"colors": "0.6.x",
"commander-plus": "0.0.x",
"demeteorizer": "2.x.x",
"find-file-sync": "0.0.2",
"fs-tools": "~0.2.10",
"fstream-ignore": "0.0.x",
"node-uuid": "1.3.3",
"progress": "0.1.x",
"prompt": "0.2.x",
"request": "2.27.x",
"split": "0.3.0",
"text-table": "0.2.0",
"through": "2.3.4",
"underscore": "1.4.x",
"update-notifier": "~0.1.7",
"zip-stream": "0.5.1"
},
"devDependencies": {
"mocha": "1.5.x",
"express": "3.0.x"
},
"main": "./lib/modulus",
"bin": {
"modulus": "./bin/modulus"
},
"preferGlobal": true,
"engines": {
"node": ">= 0.8.0"
},
"scripts": {}
}