Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9c2d29f

Browse files
committedJul 25, 2017
Cleanup packaging files.
1 parent 9e1acee commit 9c2d29f

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed
 

‎bower.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
{
22
"name": "jsonld",
33
"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+
],
412
"authors": [
5-
"Digital Bazaar, Inc."
13+
"Digital Bazaar, Inc. <support@digitalbazaar.com> (http://digitalbazaar.com/)"
614
],
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+
},
821
"main": ["lib/jsonld.js"],
922
"dependencies": {
1023
"es6-promise": "^2.0.0"

‎package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
"url": "http://digitalbazaar.com/"
1010
},
1111
"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>"
1614
],
1715
"repository": {
1816
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.