-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "elasticsearch-wrapper",
"version": "0.4.4",
"description": "A wrapper around the elasticsearch module to provide promise based workflow and a readable syntax.",
"main": "src/elasticsearch-wrapper.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/FronterAS/elastic-search-wrapper.git"
},
"keywords": [
"nodejs",
"elasticsearch"
],
"author": "Fronter AS",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/FronterAS/elastic-search-wrapper/issues"
},
"dependencies": {
"elasticsearch": "~5.0.0",
"q": "~1.4.1",
"array-unique": "^0.2.1"
},
"devDependencies": {
"grunt-bump": "^0.3.1",
"time-grunt": "^1.2.1",
"load-grunt-tasks": "^3.2.0",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"grunt": "^0.4.5",
"grunt-blanket": "0.0.8",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs-checker": "^0.8.1",
"grunt-mocha": "^0.4.13",
"grunt-mocha-test": "^0.12.7",
"grunt-plato": "^1.2.1",
"grunt-mocha-istanbul": "^2.4.0",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"istanbul": "^0.3.17"
}
}