-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 830 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 830 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "monogram",
"description": "TAO (aspect-oriented) modeling for MongoDB",
"version": "0.1.8",
"author": "Valeri Karpov <val@karpov.io>",
"dependencies": {
"co": "4.6.0",
"debug": "2.6.7",
"rxjs": "5.2.0"
},
"devDependencies": {
"acquit": "0.5.0",
"acquit-ignore": "0.0.3",
"acquit-markdown": "0.0.5",
"archetype": "0.7.0",
"mocha": "3.4.1",
"mongodb": "2.2.31"
},
"peerDependencies": {
"mongodb": "2.x"
},
"keywords": [
"mongodb",
"aspect",
"tao",
"orm",
"db",
"schema",
"casting"
],
"engines": {
"node": ">= 6.9.0"
},
"license": "Apache 2.0",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/vkarpov15/monogram.git"
},
"scripts": {
"test": "mocha test/*.test.js"
}
}