forked from WeiChiaChang/stacks-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1007 Bytes
/
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": "stacks-cli",
"version": "1.0.4",
"description": "Check website stack from the terminal.",
"bin": {
"stacks-cli": "bin/cli.js"
},
"engines": {
"node": ">=7.0.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeiChiaChang/stacks-cli.git"
},
"keywords": [
"cli",
"command-line",
"stack",
"stacks"
],
"author": {
"name": "WeiChiaChang",
"email": "[email protected]",
"url": "https://github.com/WeiChiaChang"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/WeiChiaChang/stacks-cli/issues"
},
"homepage": "https://github.com/WeiChiaChang/stacks-cli#readme",
"dependencies": {
"cfonts": "^1.1.3",
"chalk": "^2.3.0",
"cli-table2": "^0.2.0",
"inquirer": "^4.0.0",
"meow": "^3.7.0",
"opn": "^5.1.0",
"ora": "^1.3.0",
"wappalyzer": "^5.4.3"
},
"devDependencies": {
"mocha": "^4.0.1",
"should": "^13.1.3"
}
}