forked from madlabsinc/mevn-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.19 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.19 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
{
"name": "mevn-cli",
"version": "0.0.2",
"description": "A cli tool for MEVN stack.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"bin": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MadlabsInc/mevn-cli.git"
},
"keywords": [
"node.js",
"commander.js",
"inquirer.js",
"shell.js",
"cli",
"mevn",
"vue",
"express",
"mongodb"
],
"author": "Alan Mathew <mathewalan84@gmail.com>, James George <jamesgeorge998001@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MadlabsInc/mevn-cli/issues"
},
"homepage": "https://github.com/MadlabsInc/mevn-cli#readme",
"dependencies": {
"chalk": "^2.4.1",
"clear": "^0.1.0",
"cli-spinner": "^0.2.8",
"cli-table": "^0.3.1",
"commander": "^2.16.0",
"elegant-spinner": "^1.0.1",
"figlet": "^1.2.0",
"inquirer": "^6.0.0",
"log-update": "^2.3.0",
"node-cmd": "^3.0.0",
"shelljs": "^0.8.2"
},
"devDependencies": {
"vuepress": "^0.14.4"
}
}