-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 852 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 852 Bytes
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
{
"name": "wrestler-cli",
"version": "0.8.3",
"description": "The official command line interface for the Wrestler library.",
"keywords": [
"restful",
"api",
"node",
"express",
"cli"
],
"main": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"wrestler": "./cli.js"
},
"author": "Cody Frederick",
"bugs": {
"url": "https://github.com/sketchdev/wrestler-cli/issues"
},
"repository": {
"url": "https://github.com/sketchdev/wrestler-cli"
},
"license": "MIT",
"dependencies": {
"commander": "^2.17.1",
"cors": "2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"figlet": "^1.2.0",
"helmet": "3.13.0",
"morgan": "^1.9.0",
"wrestler": "^0.8.3"
},
"homepage": "https://github.com/sketchdev/wrestler-cli#readme"
}