File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " loopback-connector-mongodb" ,
3
3
"version" : " 1.13.2" ,
4
- "description" : " LoopBack MongoDB Connector" ,
5
- "keywords" : [
6
- " StrongLoop" ,
7
- " LoopBack" ,
8
- " MongoDB" ,
9
- " DataSource" ,
10
- " Connector"
11
- ],
4
+ "description" : " The official MongoDB connector for the LoopBack framework." ,
12
5
"main" : " index.js" ,
13
6
"scripts" : {
14
7
"benchmarks" : " make benchmarks" ,
15
8
"leak-detection" : " make leak-detection" ,
16
9
"test" : " mocha -G --timeout 10000 test/*.test.js"
17
10
},
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " git://github.com/strongloop/loopback-connector-mongodb.git"
14
+ },
15
+ "keywords" : [
16
+ " connector" ,
17
+ " datasource" ,
18
+ " loopback" ,
19
+ " strongloop" ,
20
+ " mongodb"
21
+ ],
22
+ "license" : " MIT" ,
18
23
"dependencies" : {
19
24
"loopback-connector" : " ^2.2.0" ,
20
25
"mongodb" : " ~2.0.35" ,
31
36
"semver" : " ^4.2.0" ,
32
37
"should" : " ^5.0.0" ,
33
38
"sinon" : " ^1.15.4"
34
- },
35
- "repository" : {
36
- "type" : " git" ,
37
- "url" : " git://github.com/strongloop/loopback-connector-mongodb.git"
38
- },
39
- "license" : " MIT"
39
+ }
40
40
}
You can’t perform that action at this time.
0 commit comments