-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 603 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 603 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "express-quicker",
"version": "1.4.0",
"description": "A command-line to quickly create an Node.js Express application skeleton based on Express-quickstart.",
"bin": {
"equicker": "bin/express-quicker.js"
},
"main": "bin/express-quicker.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/ushelp/Express-quicker.git"
},
"author": "RAY <inthinkcolor@gmailc.om>",
"license": "MIT",
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.11.0",
"fs-extra": "^3.0.1",
"request": "^2.81.0",
"unzip": "^0.1.11"
}
}