forked from raethlein/AIML.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.85 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
67
68
69
70
71
72
73
74
75
76
77
78
{
"READ ME": "README.md",
"_args": [
[
"aimlinterpreter",
"/home/sergio/Documentos/PFG/SERGIOBOT"
]
],
"_from": "aimlinterpreter@*",
"_id": "[email protected]",
"_inCache": true,
"_location": "/aimlinterpreter",
"_npmUser": {
"email": "[email protected]",
"name": "b3nra"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "aimlinterpreter",
"raw": "aimlinterpreter",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/aimlinterpreter/-/aimlinterpreter-0.1.7.tgz",
"_shasum": "988c1b6b135a8099b3d1144832ad89691d1b7cf6",
"_shrinkwrap": null,
"_spec": "aimlinterpreter",
"_where": "/home/sergio/Documentos/PFG/SERGIOBOT",
"author": {
"name": "B3nRa"
},
"bugs": {
"url": "https://github.com/raethlein/AIML.js/issues"
},
"dependencies": {
"dom-js": "~0.0.9"
},
"description": "Module to interpret AIML files in node.js",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "988c1b6b135a8099b3d1144832ad89691d1b7cf6",
"tarball": "http://registry.npmjs.org/aimlinterpreter/-/aimlinterpreter-0.1.7.tgz"
},
"gitHead": "1497b828dfa61cfc8555b935ca40f9dad60c0125",
"homepage": "https://github.com/raethlein/AIML.js",
"installable": true,
"keywords": [
"ai",
"aiml",
"bot",
"interpreter"
],
"license": "BSD",
"main": "AIMLInterpreter.js",
"maintainers": [
{
"name": "Benjamin Raethlein",
"email": "[email protected]"
}
],
"name": "aimlinterpreter",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/raethlein/AIML.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.7"
}