english-ordinals
Version:
Ordinal numbers in English: 1 => first etc.
59 lines (58 loc) • 1.16 kB
JSON
{
"name": "english-ordinals",
"version": "3.4.0",
"description": "Ordinal numbers in English: 1 => first etc.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist",
"test": "nyc --reporter=lcov --reporter=text mocha",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/RosaeNLG/rosaenlg.git"
},
"nyc": {
"extension": [
".ts"
],
"exclude": [
"test/"
],
"check-coverage": true,
"statements": 80,
"lines": 80,
"functions": 80,
"branches": 80,
"watermarks": {
"statements": [
60,
95
],
"lines": [
60,
95
],
"functions": [
60,
95
],
"branches": [
60,
95
]
}
},
"keywords": [
"English",
"ordinal",
"numbers"
],
"author": "Ludan Stoecklé <ludan.stoeckle@rosaenlg.org>, Martin Eneqvist <marlun78@hotmail.com> (https://github.com/marlun78)",
"license": "MIT",
"dependencies": {
"rosaenlg-n2words": "3.4.0"
},
"gitHead": "745dc50c54690936fba332ca465308c607053e46"
}