forked from witchmonster/latynka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 904 Bytes
/
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
{
"name": "@juliakramr/latynka",
"type": "module",
"version": "1.1.9",
"description": "Ukrainian latynka algorythm (see rules in ukr. latynka project by Maksym Prudeus: ukr-latynka.org)",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "node test/js/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkramr/latynka.git"
},
"keywords": [
"latynka",
"ukr",
"ukraine",
"ukrajinska"
],
"author": "Julia Kramarenko",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jkramr/latynka/issues"
},
"homepage": "https://github.com/jkramr/latynka#readme",
"devDependencies": {
"browser-resolve": "^2.0.0",
"browserify": "^17.0.0",
"esmify": "^2.1.1"
}
}