-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.4 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
{
"name": "light-search-engine",
"version": "1.0.0",
"description": "IR demonstration",
"main": "app.js",
"dependencies": {
"async": "^2.4.1",
"body-parser": "^1.17.1",
"exectimer": "^2.0.3",
"express": "^4.15.2",
"glob": "^7.1.1",
"hashmap": "^2.0.6",
"lodash": "^4.17.4",
"mathjs": "^3.12.0",
"method-override": "^2.3.7",
"mustache": "^2.3.0",
"mysql": "^2.13.0",
"mysql2": "^1.2.0",
"node-tokenizer": "0.0.0",
"parse5": "^3.0.2",
"porter-stemmer": "^0.9.1",
"promise-async": "^0.2.0",
"q": "^1.4.1",
"sequelize": "^3.30.2",
"underscore": "^1.8.3",
"unirest": "^0.5.1",
"util": "^0.10.3",
"winston": "^2.3.1",
"wordnet-magic": "^0.3.0",
"xml2js": "^0.4.17",
"xmldom": "^0.1.27",
"xmlserializer": "^0.6.0",
"xpath": "0.0.24"
},
"devDependencies": {},
"scripts": {
"start": "node app",
"scrapping": "node scrapper",
"test-db": "node tests/db.js",
"python-sematch": "python python-utils/sematch-exposer.py"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FITE-5thYear/Light-Search-Engine.git"
},
"keywords": [
"IR",
"demo",
"search",
"engine"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FITE-5thYear/Light-Search-Engine/issues"
},
"homepage": "https://github.com/FITE-5thYear/Light-Search-Engine#readme"
}