first commit
This commit is contained in:
40
whtml-cli/package.json
Executable file
40
whtml-cli/package.json
Executable file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "whtml-cli",
|
||||
"version": "1.9.5",
|
||||
"description": "A simple CLI for scaffolding whtml projects.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"whtml",
|
||||
"html",
|
||||
"html",
|
||||
"css",
|
||||
"nodejs",
|
||||
"expressjs"
|
||||
],
|
||||
"bin": {
|
||||
"whtml": "bin/whtml",
|
||||
"whtml-init": "bin/whtml-init"
|
||||
},
|
||||
"author": "bmy",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"chalk": "^2.3.2",
|
||||
"commander": "^2.15.1",
|
||||
"ora": "^2.0.0",
|
||||
"request": "^2.85.0",
|
||||
"silly-datetime": "^0.1.2",
|
||||
"single-line-log": "^1.1.2"
|
||||
},
|
||||
"git": {
|
||||
"auto": "编码猿(geekhelp.cn)",
|
||||
"url": "https://github.com/helpcode/Whtml",
|
||||
"branch": "master"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/helpcode/whtml-cli.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user