2
0
mirror of https://github.com/tenrok/numeralize-ru.git synced 2026-06-17 19:21:31 +03:00
This commit is contained in:
anotherpit
2016-03-31 04:04:29 +03:00
commit add510b5c8
8 changed files with 1679 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"name": "numeralize-ru",
"version": "1.0.0",
"description": "Russian numerals",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"dev": "./node_modules/.bin/mocha --watch"
},
"keywords": [
"russian",
"language",
"number",
"numeral",
"cardinal",
"ordinal",
"collective",
"numeralize",
"ru"
],
"author": "anotherpit <anotherpit@gmail.com>",
"license": "MIT",
"devDependencies": {
"mocha": "^2.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/anotherpit/numeralize-ru.git"
}
}