forked from anotherpit/numeralize-ru
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "numeralize-rus-ukr",
"version": "1.0.7",
"description": "Converts a number to words for Russian/Ukrainian languages. Написание числительных на русском и украинском языке с учётом пола и падежа.",
"main": "build/index.js",
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir build",
"prepublish": "npm run build",
"test": "./node_modules/.bin/mocha"
},
"keywords": [
"russian",
"ukrainian",
"language",
"number",
"numeral",
"cardinal",
"ordinal",
"collective",
"numeralize",
"ru"
],
"author": "anotherpit <[email protected]>",
"contributors": [
"ukrbubik <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"mocha": "^2.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/ukrbublik/numeralize-rus-ukr.git"
}
}