2
0
mirror of https://github.com/tenrok/numeralize-ru.git synced 2026-05-24 14:04:15 +03:00
Files
numeralize-ru/package.json
T
anotherpit add510b5c8 1.0.0
2016-03-31 04:04:29 +03:00

31 lines
598 B
JSON

{
"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"
}
}