mirror of
https://github.com/tenrok/numeralize-ru.git
synced 2026-05-15 11:59:43 +03:00
34 lines
796 B
JSON
34 lines
796 B
JSON
{
|
|
"name": "numeralize-ru",
|
|
"version": "1.0.1",
|
|
"description": "Russian numerals",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npm run test:js; npm run test:ts",
|
|
"test:js": "./node_modules/.bin/mocha",
|
|
"test:ts": "./node_modules/.bin/tsc ./test/*.d.spec.ts --noEmit --noImplicitAny --strictNullChecks --target ES6",
|
|
"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",
|
|
"typescript": "^2.0.10"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/anotherpit/numeralize-ru.git"
|
|
}
|
|
}
|