Issue #3470123 by dqd: Prepare for a first alpha release based on 1.x dev
CODE_OF_CONDUCT.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "drupal/jass", | ||
"description": "Play with Jasm CSS classes conducted by SASS, filling the gap between CSS variables and frameworks for backwards compatibility.", | ||
"type": "drupal-theme", | ||
"license": "GPL-2.0-or-later", | ||
"homepage": "https://www.drupal.org/project/jass", | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/jass", | ||
"source": "https://git.drupalcode.org/project/jass" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "diqidoq (dqd)", | ||
"homepage": "https://www.drupal.org/u/dqd", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"funding": [ | ||
{ | ||
"type": "other", | ||
"url": "https://www.welthungerhilfe.de/spenden" | ||
} | ||
], | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"require": { | ||
}, | ||
"scripts": { | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment