bili-tmp-demo
Version:
vue管理系统结构
38 lines (37 loc) • 700 B
JSON
{
"name": "bili-tmp-demo",
"version": "0.0.4",
"private": false,
"description": "vue管理系统结构",
"scripts": {
"init": ""
},
"preferGlobal": false,
"bin": {
"bilitmp": "./bin/bilitmp"
},
"main": "bili.js",
"keywords": [
"关键词"
],
"author": {
"name": "易超凡",
"email": "yichaofan@bilibili.com",
"url": ""
},
"homepage": "通常是github主页",
"repository": {
"type": "git",
"url": "通常是github主页"
},
"bugs": {
"url": "通常是github issues"
},
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"download-git-repo": "^0.2.1"
},
"devDependencies": {},
"licenses": "MIT"
}