-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.06 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
{
"name": "frontfy-cli",
"version": "1.0.17",
"description": "Frontfy-cli aims to generate a new Frontfy Project already configured and with the possibility of creating pages, components and directives.",
"main": "index.js",
"bin": {
"frontfy": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"front-end",
"frontfy",
"base",
"scaffold",
"project",
"node",
"nodejs",
"express",
"redis",
"vue",
"cli"
],
"author": "OW Front-end <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/owInteractive/frontfy-cli"
},
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"common-tags": "^1.8.0",
"cookie-parser": "^1.4.4",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"inquirer": "^6.3.1",
"log-symbols": "^3.0.0",
"open": "^6.2.0",
"ora": "^3.4.0",
"querystring": "^0.2.0"
},
"engines": {
"node": ">=8.15.1"
}
}