mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-07 11:00:37 +02:00
27 lines
720 B
JSON
27 lines
720 B
JSON
{
|
|
"name": "@digitransit-util/digitransit-util-route-pattern-option-text",
|
|
"version": "2.0.0",
|
|
"description": "digitransit-util route-pattern-option-text module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha -r esm test.js",
|
|
"docs": "node -r esm ../../scripts/generate-readmes"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/HSLdevcom/digitransit-ui.git"
|
|
},
|
|
"keywords": [
|
|
"digitransit-util",
|
|
"routePatternOptionText"
|
|
],
|
|
"author": "Digitransit Authors",
|
|
"license": "(AGPL-3.0 OR EUPL-1.2)",
|
|
"peerDependencies": {
|
|
"i18next": "^19.2.0",
|
|
"i18next-xhr-backend": "^3.2.2",
|
|
"lodash": "4.17.21",
|
|
"lodash-es": "4.17.21",
|
|
"luxon": "^3.6.1"
|
|
}
|
|
}
|