forked from nodezoo/nodezoo-system
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 959 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 959 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
{
"name": "nodezoo-system",
"version": "0.0.1",
"description": "Microservice-based search engine for node projects",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nodezoo/nodezoo-system.git"
},
"keywords": [
"fuge",
"seneca",
"npm"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nodezoo/nodezoo-system/issues"
},
"homepage": "https://github.com/nodezoo/nodezoo-system#readme",
"dependencies": {
"nodezoo-base": "nodezoo/nodezoo-base",
"nodezoo-github": "github:nodezoo/nodezoo-github",
"nodezoo-info": "github:nodezoo/nodezoo-info",
"nodezoo-npm": "github:nodezoo/nodezoo-npm",
"nodezoo-travis": "github:nodezoo/nodezoo-travis",
"nodezoo-search": "github:nodezoo/nodezoo-search",
"nodezoo-metrics": "nodezoo/nodezoo-metrics",
"nodezoo-web": "github:nodezoo/nodezoo-web",
"vidi-dashboard": "vidi-insights/vidi-dashboard"
}
}