ciffi
Version:
Ciffi Frontend Generator
61 lines (60 loc) • 1.14 kB
JSON
{
"name": "ciffi",
"version": "3.4.4",
"description": "Ciffi Frontend Generator",
"main": "ciffi.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ciffi/ciffi-js"
},
"author": {
"name": "Ciffi"
},
"keywords": [
"ciffi",
"ciffi-js",
"javascript",
"webpack",
"webpack2",
"cli-app",
"cli",
"front-end",
"development",
"dev",
"build",
"web",
"tool",
"scaffold",
"stack",
"generator",
"generate",
"app",
"test",
"cucumberjs",
"nightwatch",
"livereload",
"local-server"
],
"license": "MIT",
"homepage": "https://github.com/ciffi/ciffi-js",
"preferGlobal": true,
"dependencies": {
"chalk": "4.0.0",
"ciffi-js-webpack": "^3.4.4",
"cli-cursor": "3.1.0",
"cli-spinners": "2.3.0",
"empty-dir": "2.0.0",
"file-exists": "5.0.1",
"foreach": "2.0.5",
"inquirer": "7.1.0",
"meow": "6.1.1",
"ora": "4.0.4",
"path-exists": "4.0.0",
"replace-in-file": "4.2.0",
"shelljs": "0.8.4",
"single-line-log": "1.1.2"
},
"bin": {
"ciffi": "./ciffi.js"
}
}