plury
Version:
A Node.js module that returns the plural form of any noun
41 lines (40 loc) • 951 B
JSON
{
"name": "plury",
"version": "0.0.12",
"description": "A Node.js module that returns the plural form of any noun",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha --reporter spec",
"cover": "istanbul cover node_modules/mocha/bin/_mocha test/*.js - - -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Reutovsky/plury.git"
},
"author": "Dmitry Ivanov",
"keywords": [
"plury",
"pluralize",
"pluralise",
"singular",
"react"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Reutovsky/plury/issues"
},
"homepage": "https://github.com/Reutovsky/plury#readme",
"devDependencies": {
"@types/pluralize": "0.0.29",
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"istanbul": "^0.4.5",
"mocha": "^6.2.2",
"typescript": "^3.7.3"
},
"dependencies": {
"pluralize": "^8.0.0"
}
}