tzy-static
Version:
static pages build tool
24 lines (23 loc) • 428 B
JSON
{
"name": "tzy-static",
"version": "1.0.1",
"description": "static pages build tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"vsc": "./bin/vsc.js"
},
"keywords": [
"tzy",
"static"
],
"author": "tuzhenyu",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.1",
"commander": "^2.15.1",
"fs-extra": "^6.0.1"
}
}