-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 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
41
42
43
44
{
"name": "name-case-lib-port",
"version": "0.0.4",
"description": "Port of NameCaseLib for PHP. Склонение ФИО русского и украинского языков",
"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",
"fio",
"fullname",
"name",
"surname",
"patronymic",
"ru",
"ua"
],
"author": "Andriy Chaika <andriy@chaika.in.ua>",
"contributors": [
"Rabotyahoff <https://github.com/Rabotyahoff>",
"ukrbubik <ukrbubik@gmail.com>"
],
"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/name-case-lib-port.git"
},
"dependencies": {
"locutus": "^2.0.9"
}
}