-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 896 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
35
36
37
{
"name": "immodel-mongo-sync",
"version": "0.1.2",
"description": "MongoDB sync layer for immodel",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "immodel/mongo-sync"
},
"keywords": [
"mongo",
"sync",
"immodel"
],
"author": "ashaffer (http://github.com/ashaffer)",
"license": "MIT",
"bugs": {
"url": "https://github.com/immodel/mongo-sync/issues"
},
"homepage": "https://github.com/immodel/mongo-sync",
"dependencies": {
"immodel": "^0.1.1",
"immodel-base": "git://github.com/immodel/base",
"immodel-mongo-id": "git://github.com/immodel/mongo-id",
"monk": "^1.0.0",
"mquery": "^1.3.0",
"objectid": "^3.2.0"
},
"devDependencies": {
"mocha": "^2.1.0",
"immodel": "git://github.com/immodel/immodel",
"mongo-id": "git://github.com/immodel/mongo-id"
}
}