-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
79 lines (79 loc) · 1.67 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"author": "adrai",
"name": "viewmodel",
"version": "1.11.2",
"private": false,
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"directories": {
"lib": "./lib"
},
"dependencies": {
"async": "2.6.0",
"dotty": "0.0.2",
"jsondate": "0.0.1",
"lodash": "4.17.19",
"parent-require": "1.0.0",
"sift": "5.0.0",
"tolerance": "1.0.0",
"uuid": "3.3.2"
},
"devDependencies": {
"aws-sdk": ">=2.123.0",
"azure-storage": ">=0.3.0",
"cradle": ">=0.6.7",
"documentdb": ">=0.9.3",
"doqmentdb": ">=0.2.7",
"elasticsearch": "14.x.x",
"eslint": "^4.3.0",
"eslint-plugin-no-only-tests": "^2.0.0",
"expect.js": ">= 0.1.2",
"mocha": ">= 4.0.0",
"mongodb": "2.1.x",
"redis": ">= 0.10.1",
"tingodb": ">= 0.0.1"
},
"description": "Node-viewmodel is a node.js module for multiple databases. It can be very useful if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.",
"keywords": [
"orm",
"viewmodel",
"repository",
"repo",
"model",
"view",
"host",
"mongodb",
"memory",
"couchdb",
"tingodb",
"redis",
"database",
"cqrs",
"eventsourcing",
"ddd",
"dddd",
"command",
"event",
"eventdenormalizer",
"domain"
],
"homepage": "https://github.com/adrai/node-viewmodel",
"repository": {
"type": "git",
"url": "git@github.com:adrai/node-viewmodel.git"
},
"bugs": {
"url": "https://github.com/adrai/node-viewmodel/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/adrai/node-viewmodel/master/licence"
}
],
"scripts": {
"test": "mocha --exit"
}
}