forked from caracolrec/caracol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
46 lines (46 loc) · 832 Bytes
/
bower.json
File metadata and controls
46 lines (46 loc) · 832 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
37
38
39
40
41
42
43
44
45
46
{
"name": "Caracol",
"version": "0.0.0",
"authors": [
],
"description": "Tailor-made recommendation for communities",
"main": "server.js",
"keywords": [
"'recommendation",
"engine'",
"'search'",
"'community'",
"'social'",
"'social",
"search'",
"'social",
"recommendation'",
"'long-form",
"search'",
"'vertical",
"search'",
"'bookmarking",
"recommendation",
"engine'",
"'community-based",
"search'",
"'reddit'",
"'bookmarklets'"
],
"license": "MIT",
"homepage": "caracol.io",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"underscore": "~1.5.2"
}
}