wzq
Version:
微证券开发工具,集成ssi-server、构建等功能
33 lines (32 loc) • 696 B
JSON
{
"name": "wzq",
"version": "1.2.8",
"description": "微证券开发工具,集成ssi-server、构建等功能",
"main": "server/index.js",
"bin": {
"wzq": "bin/wzq.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://git.code.oa.com/westock/ssi-server.git"
},
"keywords": [
"shtml"
],
"author": "mandy",
"license": "MIT",
"dependencies": {
"async": "^2.4.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"date-format": "^1.1.0",
"defaults": "^1.0.3",
"express": "^4.15.3",
"extend": "^3.0.1",
"parseurl": "^1.3.1",
"shelljs": "^0.7.7"
}
}