-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 870 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
{
"name": "subscribe-for-data",
"version": "1.0.0",
"description": "fills objects with related data. DB agnostic. One DB query per source, all queries running parallel. No loops inside, stream based.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yarsky-tgz/subscribe-for-data.git"
},
"author": "Yaroslav Dobzhanskij <merlyn.tgz@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yarsky-tgz/subscribe-for-data/issues"
},
"keywords": [
"stream",
"model",
"related",
"query",
"delay",
"fetch",
"load",
"data",
"wait",
"fill"
],
"homepage": "https://github.com/yarsky-tgz/subscribe-for-data#readme",
"devDependencies": {
"jsdoc-to-markdown": "^5.0.3"
}
}