generator-blt
Version:
Creates an Acquia BLT project.
38 lines (37 loc) • 712 B
JSON
{
"name": "generator-blt",
"version": "0.1.1",
"description": "Creates an Acquia BLT project.",
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"drupal",
"acquia",
"blt"
],
"author": {
"name": "Thom Toogood",
"url": "https://github.com/thom8"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"repository": {
"type": "git",
"url": "https://github.com/thom8/generator-blt"
},
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"fs-extra": "^0.30.0",
"git-clone": "^0.1.0",
"randpass": "^0.1.0",
"replaceall": "^0.1.6",
"yeoman-generator": "^0.23.3",
"yo": "^1.8.4",
"yosay": "^1.1.1"
}
}