-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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": "datagram",
"version": "1.0.0",
"description": "datagram is \"Neural network\" library. Easy data-set categorization for node.js, i can detect languages (Computational linguistics) or any other data.",
"homepage": "https://github.com/LogIN-/datagram",
"main": "./datagram/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/LogIN-/datagram"
},
"engines": {
"node": ">=0.4.10"
},
"dependencies": {
"iconv-lite": "0.2.8",
"iconv": "2.0.6",
"generic-pool": "2.0.3",
"jschardet": ">= 1.1.0",
"underscore": ">= 1.6.0"
},
"devDependencies": {
"express": "*",
"socket.io": "*"
},
"author": "LogIN- <[email protected]> (https://github.com/LogIN-)",
"keywords": [
"natural",
"language",
"classifier",
"levenshtein"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/LogIN-/datagram/issues"
},
"homepage": "https://github.com/LogIN-/datagram",
"maintainers": [{
"name": "Ivan Tomic",
"email": "[email protected]"
}]
}