File tree 2 files changed +17
-6
lines changed 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsonld" ,
3
3
"description" : " A JSON-LD Processor and API implementation in JavaScript." ,
4
+ "keywords" : [
5
+ " JSON" ,
6
+ " Linked Data" ,
7
+ " JSON-LD" ,
8
+ " RDF" ,
9
+ " Semantic Web" ,
10
+ " jsonld"
11
+ ],
4
12
"authors" : [
5
- " Digital Bazaar, Inc."
13
+ " Digital Bazaar, Inc. <support@digitalbazaar.com> (http://digitalbazaar.com/) "
6
14
],
7
- "license" : " BSD" ,
15
+ "license" : " BSD-3-Clause" ,
16
+ "homepage" : " http://github.com/digitalbazaar/jsonld.js" ,
17
+ "repository" : {
18
+ "type" : " git" ,
19
+ "url" : " http://github.com/digitalbazaar/jsonld.js"
20
+ },
8
21
"main" : [" lib/jsonld.js" ],
9
22
"dependencies" : {
10
23
"es6-promise" : " ^2.0.0"
Original file line number Diff line number Diff line change 9
9
"url" : " http://digitalbazaar.com/"
10
10
},
11
11
"contributors" : [
12
- {
13
- "name" : " Dave Longley" ,
14
- "email" : " dlongley@digitalbazaar.com"
15
- }
12
+ " Dave Longley <dlongley@digitalbazaar.com>" ,
13
+ " David I. Lehn <dlehn@digitalbazaar.com>"
16
14
],
17
15
"repository" : {
18
16
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments