UNPKG

generator-mupal

Version:

Download Drupal and some recommended modules

44 lines (43 loc) 801 B
{ "name": "generator-mupal", "version": "0.2.4", "description": "Download Drupal and some recommended modules", "license": "MIT", "main": "app/index.js", "repository": { "type": "git", "url": "https://github.com/mscharl/generator-mupal.git" }, "author": { "name": "Michael Scharl", "email": "", "url": "https://github.com/mscharl" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "files": [ "app" ], "keywords": [ "yeoman-generator", "drupal", "drush" ], "dependencies": { "chalk": "~0.4.0", "yeoman-generator": "~0.16.0", "yosay": "^0.1.0" }, "devDependencies": { "mocha": "*", "q": "^1.0.1", "underscore": "^1.7.0" }, "peerDependencies": { "yo": ">=1.0.0" } }