-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 859 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 859 Bytes
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
{
"name": "node-indexer",
"version": "1.0.0",
"description": "A Node.js sample using redis and elasticsearch for indexing & searching",
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"elasticsearch": "^11.0.1",
"express": "~4.13.4",
"jade": "~1.11.0",
"morgan": "~1.7.0",
"redis": "^2.6.2",
"serve-favicon": "~2.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raghavmac/node-indexer.git"
},
"keywords": [
"nodejs",
"index",
"redis",
"elasticsearch"
],
"author": "Manikandan S",
"license": "ISC",
"bugs": {
"url": "https://github.com/raghavmac/node-indexer/issues"
},
"homepage": "https://github.com/raghavmac/node-indexer#readme"
}