-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·66 lines (66 loc) · 1.34 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "jslingua",
"version": "0.14.0",
"description": "Language processing modules",
"main": "dist/jslingua.js",
"devDependencies": {
"codecov": "^3.6.5",
"eslint": "^7.27.0",
"expect.js": "^0.3.1",
"http-server": "^0.12.3",
"jshint": "^2.12.0",
"jslint": "^0.11.0",
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"tui-jsdoc-template": "^1.2.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
},
"scripts": {
"test": "nyc mocha test/unit/"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/kariminf/jslingua.git"
},
"keywords": [
"language",
"transliteration",
"NLP",
"conjugation",
"IR",
"stemming",
"stemmer",
"toolkit",
"library",
"syntax",
"PoS tagging",
"parsing",
"front-end",
"back-end",
"pronunciation",
"multi-lingual",
"multilingual",
"normalization",
"arabic",
"english",
"japanese",
"french"
],
"files": [
"src/",
"dist/jslingua.js"
],
"author": "Abdelkrime Aries <[email protected]>",
"contributors": [
"Lakhdar Benzahia <[email protected]>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kariminf/jslingua/issues"
},
"homepage": "https://kariminf.github.io/jslingua.web/"
}