create-cabloy
Version:
so you could use `npm init cabloy showcase` to init cabloy project
20 lines (19 loc) • 518 B
JSON
{
"name": "create-cabloy",
"version": "2.3.1",
"description": "so you could use `npm init cabloy showcase` to init cabloy project",
"bin": "./bin/create-cabloy.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zhennann/create-cabloy.git"
},
"author": "zhennann",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhennann/create-cabloy/issues"
},
"homepage": "https://github.com/zhennann/create-cabloy#readme",
"dependencies": {
"egg-born": "^3.0.2"
}
}