forked from itemsapi/itemsapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.48 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
{
"name": "itemsapi",
"version": "1.0.74",
"description": "Search API designed for creating marketplaces and vertical search applications",
"main": "server.js",
"scripts": {
"test": "NODE_ENV=test mocha tests/*",
"start": "node app.js"
},
"author": "Mateusz Rzepa",
"repository": "itemsapi/itemsapi",
"license": "Apache 2.0",
"keywords": [
"faceted",
"aggregations",
"items",
"autocomplete",
"search",
"backend",
"cloud",
"json",
"elasticsearch",
"api"
],
"dependencies": {
"async": "^0.9.2",
"bluebird": "^3.3.3",
"body-parser": "^1.13.1",
"cli": "^0.8.0",
"colors": "^1.1.2",
"compression": "^1.5.0",
"cors": "^2.7.1",
"elastic.js": "^1.2.0",
"elasticsearch": "^10.1.3",
"elasticsearch-reindex": "^1.1.12",
"express": "^4.13.3",
"express-init": "0.0.1",
"express-limiter": "^1.6.0",
"fs-extra": "^0.26.2",
"ipaddr.js": "^1.2.0",
"lodash": "^3.10.1",
"moment": "^2.13.0",
"mongoose": "^4.4.20",
"morgan": "^1.7.0",
"nconf": "^0.7.1",
"randomstring": "^1.1.5",
"redis": "^2.6.0-1",
"request": "^2.72.0",
"slug": "^0.9.1",
"underscore": "^1.8.3",
"validate.js": "^0.4.0",
"winston": "^2.2.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemon": "^0.4.0",
"mocha": "^2.1.0",
"nock": "^8.0.0",
"should": "^4.6.5",
"sinon": "^1.15.3",
"supertest": "^1.0.1"
}
}