-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
39 lines (39 loc) · 890 Bytes
/
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
{
"name": "nodezoo-search",
"version": "1.0.0",
"description": "nodezoo-search",
"main": "search.js",
"keywords": [
"nodezoo",
"seneca",
"search",
"microservice"
],
"scripts": {
"test": "lab -P test"
},
"repository": {
"type": "git",
"url": "https://github.com/nodezoo/nodezoo-search.git"
},
"author": "Richard Rodger (http://richardrodger.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodezoo/nodezoo-search/issues"
},
"homepage": "https://github.com/nodezoo/nodezoo-search",
"dependencies": {
"seneca-redis-transport": "0.3.0",
"seneca-repl": "1.1.2",
"seneca": "3.4.2",
"seneca-balance-client": "0.6.1",
"seneca-monitor": "0.1.0",
"seneca-entity": "2.0.2",
"seneca-mesh": "0.11.0",
"wreck": "10.0.0"
},
"devDependencies": {
"code": "4.1.x",
"lab": "14.0.x"
}
}