-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.96 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
{
"name": "lx-mongodb",
"description": "Litixsoft backend driver for mongoDb.",
"version": "0.7.0",
"homepage": "https://github.com/litixsoft/lx-mongodb",
"author": "Litixsoft GmbH <[email protected]> (http://www.litixsoft.de)",
"maintainers": [
"Timo Liebetrau <[email protected]>",
"Marco Kannenberg <[email protected]@litixsoft.de>",
"Sven Bernstein <[email protected]>",
"Dominic Sachs <[email protected]>",
"Thomas Scheibe <[email protected]>",
"Mike Alig <[email protected]>",
"Joerg Raschke <[email protected]>",
"Andreas Krummsdorf <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/litixsoft/lx-mongodb.git"
},
"bugs": {
"url": "https://github.com/litixsoft/lx-mongodb/issues"
},
"keywords": [
"mongodb",
"mongojs",
"mongodb driver",
"data access layer",
"baboon database backend",
"mongodb repository",
"mongodb schema",
"mongodb json schema"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/litixsoft/lx-mongodb/blob/master/LICENSE"
}
],
"main": "lib/lx-mongodb.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"async": "^1.4.0",
"grunt": "^0.4.5",
"grunt-bg-shell": "^2.3.1",
"grunt-bump": "^0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-conventional-changelog": "^2.0.1",
"grunt-jasmine-node": "^0.2.1",
"grunt-open": "^0.2.3",
"istanbul": "^0.3.17",
"load-grunt-tasks": "^3.2.0"
},
"dependencies": {
"lx-helpers": "0.5.1",
"mongodb": "1.4.38",
"mongojs": "litixsoft/mongojs"
}
}