travel/admin/node_modules/plop/package.json

47 lines
1.0 KiB
JSON

{
"name": "plop",
"version": "2.3.0",
"description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
"main": "./src/plop.js",
"repository": {
"type": "git",
"url": "https://github.com/amwmedia/plop.git"
},
"keywords": [
"generator",
"scaffolding",
"yeoman",
"make",
"build",
"generate",
"gen",
"plop"
],
"author": "Andrew Worcester <andrew@amwmedia.com> (http://amwmedia.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/amwmedia/plop/issues"
},
"devDependencies": {
"inquirer-directory": "^2.1.0",
"plop-pack-fancy-comments": "^0.2.0"
},
"homepage": "https://plopjs.com",
"dependencies": {
"chalk": "^1.1.3",
"interpret": "^1.2.0",
"liftoff": "^2.5.0",
"minimist": "^1.2.0",
"node-plop": "~0.18.0",
"ora": "^3.0.0",
"v8flags": "^2.0.10"
},
"engines": {
"node": ">=8.9.4"
},
"preferGlobal": "true",
"bin": {
"plop": "./src/plop.js"
}
}