UNPKG

yf-fpm-server-cli

Version:
34 lines (33 loc) 702 B
{ "name": "yf-fpm-server-cli", "version": "1.1.11", "description": "yf-fpm-server cli", "main": "fpm.js", "scripts": { "test": "node ./fpm.js init" }, "repository": { "type": "git", "url": "git+https://github.com/team4yf/yf-fpm-server-cli.git" }, "keywords": [ "fpm", "cli" ], "author": "yfsoftcom", "license": "MIT", "bugs": { "url": "https://github.com/team4yf/yf-fpm-server-cli/issues" }, "preferGlobal": "true", "bin": { "fpm": "fpm.js" }, "homepage": "https://github.com/team4yf/yf-fpm-server-cli#readme", "dependencies": { "commander": "^2.9.0", "lodash": "^4.16.4", "request": "^2.79.0", "unzip": "^0.1.11" } }