File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,15 +3,16 @@ LevelGraph-JSONLD
33
44![ Logo] ( https://github.com/mcollina/node-levelgraph/raw/master/logo.png )
55
6+ [ ![ Build Status] ( https://travis-ci.org/mcollina/levelgraph-jsonld.png )] ( https://travis-ci.org/mcollina/levelgraph-jsonld )
7+ [ ![ Coverage Status] ( https://coveralls.io/repos/mcollina/levelgraph-jsonld/badge.png )] ( https://coveralls.io/r/mcollina/levelgraph-jsonld )
8+ [ ![ Dependency Status] ( https://david-dm.org/mcollina/levelgraph-jsonld.png?theme=shields.io )] ( https://david-dm.org/mcollina/levelgraph-jsonld )
9+
610__ LevelGraph-JSONLD__ is a plugin for
711[ LevelGraph] ( http://github.com/mcollina/levelgraph ) that adds the
812ability to store, retrieve and delete JSON-LD objects.
913In fact, it is a full-bown Object-Document-Mapper (ODM) for
1014__ LevelGraph__ .
1115
12- [ ![ Build
13- Status] ( https://travis-ci.org/mcollina/levelgraph-jsonld.png )] ( https://travis-ci.org/mcollina/levelgraph-jsonld )
14-
1516## Install on Node.js
1617
1718``` shell
Original file line number Diff line number Diff line change 3535 "n3" : " ~0.2.1"
3636 },
3737 "peerDependencies" : {
38- "levelgraph" : " ~0.7.0 "
38+ "levelgraph" : " ~0.7.1 "
3939 },
4040 "devDependencies" : {
4141 "mocha" : " ~1.16.2" ,
42- "levelgraph" : " ~0.7.0 " ,
43- "level-test" : " ~1.4.0 " ,
42+ "levelgraph" : " ~0.7.1 " ,
43+ "level-test" : " ~1.5.2 " ,
4444 "chai" : " ~1.8.1" ,
4545 "lodash" : " ~2.4.1"
4646 }
You can’t perform that action at this time.
0 commit comments