-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "search-api",
"version": "1.0.0",
"description": "bigwednesday.io search api",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "grunt test",
"spec": "grunt spec",
"ci": "grunt ci",
"watch": "grunt watch"
},
"repository": {
"type": "git",
"url": "https://github.com/BigWednesdayIO/search-api.git"
},
"author": "bigwednesday.io",
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/BigWednesdayIO/search-api/issues"
},
"homepage": "https://github.com/BigWednesdayIO/search-api",
"dependencies": {
"boom": "^2.8.0",
"elasticsearch": "^8.0.1",
"enjoi": "^1.0.1",
"hapi": "^11.1.2",
"hapi-auth-bearer-token": "^3.1.1",
"hapi-version-route": "^1.1.0",
"joi": "^6.7.0",
"lodash": "^3.10.1",
"swaggerize-hapi": "BigWednesdayIO/swaggerize-hapi"
},
"devDependencies": {
"babel-eslint": "^4.1.2",
"chai": "^3.2.0",
"cuid": "^1.3.8",
"eslint": "^1.3.1",
"eslint-config-xo-space": "^0.4.0",
"eslint-plugin-babel": "^2.1.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.1.0",
"grunt-mocha-test": "^0.12.7",
"grunt-retire": "^0.3.10",
"grunt-shell": "^1.1.2",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.3.1",
"nock": "^2.15.0",
"sinon": "^1.16.1",
"swagger-tools": "^0.9.6"
}
}