UNPKG

ng-plural-form

Version:

Angular filter to display correct grammatical case for word's plural form in Slavic languages

36 lines (35 loc) 698 B
{ "name": "ng-plural-form", "version": "1.0.0", "homepage": "https://github.com/asleepwalker/ng-plural-form", "authors": [ "Artyom 'Sleepwalker' Fedosov <mail@asleepwalker.ru>" ], "description": "Angular filter to display correct grammatical case for word's plural form in Slavic languages", "main": "./lib/ng-plural-form.js", "moduleType": [ "globals" ], "keywords": [ "angular", "filter", "words", "plural", "form", "case", "slavic", "russian", "language" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "angular": ">=1.0.8" } }