This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from fourkitchens/develop
Deploy to master
- Loading branch information
Showing
8 changed files
with
560 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,39 +2,41 @@ | |
"name": "fourkitchens/emulsify", | ||
"description": "Project template for Drupal 8 themes", | ||
"type": "drupal-theme", | ||
"homepage": "http://emulsify.info", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Evan Willhite", | ||
"role": "" | ||
}, | ||
{ | ||
"name": "Brian Lewis", | ||
"role": "" | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Luke Herrington", | ||
"role": "" | ||
"name": "Chris Martin", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Ben Teegarden", | ||
"role": "" | ||
"name": "Evan Willhite", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Randy Oest", | ||
"role": "" | ||
"email": "[email protected]" | ||
} | ||
], | ||
"repositories": [], | ||
"require": {}, | ||
"repositories": { | ||
"drupal": { | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
} | ||
}, | ||
"require": { | ||
"drupal/components": "^1.0", | ||
"drupal-pattern-lab/add-attributes-twig-extension": "^1.0", | ||
"drupal-pattern-lab/bem-twig-extension": "^1.0", | ||
"drupal-pattern-lab/unified-twig-extensions": "^0.1" | ||
}, | ||
"require-dev": {}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"scripts": { | ||
"pre-install-cmd": [], | ||
"pre-update-cmd": [], | ||
"post-install-cmd": [], | ||
"post-update-cmd": [] | ||
}, | ||
"extra": {} | ||
"scripts": {}, | ||
"extra": [] | ||
} |
Oops, something went wrong.