18 lines
500 B
JSON
18 lines
500 B
JSON
{
|
|
"name": "drupal/fraction",
|
|
"type": "drupal-module",
|
|
"description": "Provides a field for storing decimals as fractions, for maximum precision.",
|
|
"keywords": ["Drupal"],
|
|
"license": "GPL-2.0-or-later",
|
|
"homepage": "https://www.drupal.org/project/fraction",
|
|
"minimum-stability": "dev",
|
|
"support": {
|
|
"issues": "http://drupal.org/project/issues/fraction",
|
|
"source": "http://cgit.drupalcode.org/fraction"
|
|
},
|
|
"require": { },
|
|
"require-dev": {
|
|
"drupal/feeds": "^3.0"
|
|
}
|
|
}
|