-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 874 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
{
"name": "@haileybot/language-detector",
"version": "1.1.1",
"description": "Basic library to roughly determine the language of input text",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HaileyBot/language-detector.git"
},
"bugs": {
"url": "https://github.com/HaileyBot/language-detector/issues",
"email": "[email protected]"
},
"funding": {
"type": "individual",
"url": "https://donate.haileybot.com"
},
"keywords": [
"nodejs",
"node",
"language",
"detection",
"language-detection",
"language-processing",
"npm",
"npm-package"
],
"author": "cheesits456",
"license": "AGPL-3.0"
}