feds-cli
Version:
CLI for Front-end Dev Stack
43 lines (42 loc) • 981 B
JSON
{
"name": "feds-cli",
"version": "1.0.2",
"description": "CLI for Front-end Dev Stack",
"bin": {
"feds": "./bin/feds-cli"
},
"scripts": {
"test": "mocha -R spec"
},
"author": {
"name": "Viktor Bezdek",
"email": "viktor.bezdek@siteone.cz",
"url": "https://github.com/vitkorbezdek/"
},
"repository": {
"type": "git",
"url": "git@git.siteone.cz:feds/feds-cli.git"
},
"license": "MIT",
"bugs": "https://git.siteone.cz/feds/feds-cli/issues",
"dependencies": {
"autocmdr": "~0.0.7",
"case": "^1.4.1",
"chalk": "^1.1.3",
"commander": "~2.0.0",
"fs-extra": "^0.30.0",
"inquirer": "^1.0.3",
"lodash.assign": "^4.0.9",
"lodash.compose": "^2.4.1",
"lodash.foreach": "^4.3.0",
"lodash.get": "^4.3.0",
"lodash.keys": "^4.0.7",
"lodash.set": "^4.2.0",
"lodash.template": "^4.2.5",
"readline": "^1.3.0",
"shelljs": "^0.7.0"
},
"devDependencies": {
"mocha": "^3.2.0"
}
}