UNPKG

create-fibos-dapp

Version:
33 lines (32 loc) 677 B
{ "name": "create-fibos-dapp", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "create-fibos-dapp":"./bin/index.js" }, "author": "yuanjunliang", "keywords": [ "fibos", "dapp" ], "repository": { "type": "git", "url": "https://github.com/yuanjunliang/create-fibos-dapp.git" }, "license": "ISC", "dependencies": { "chalk": "^2.4.1", "commander": "^2.19.0", "download-git-repo": "^1.1.0", "fibos.js": "^0.3.1", "handlebars": "^4.0.12", "inquirer": "^6.2.0", "log-symbols": "^2.2.0", "ora": "^3.0.0" } }