Skip to content

Commit d6621a9

Browse files
committed
Cleanup packaging files.
1 parent 3b4345a commit d6621a9

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. <[email protected]> (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": "[email protected]"
15-
}
12+
"Dave Longley <[email protected]>",
13+
"David I. Lehn <[email protected]>"
1614
],
1715
"repository": {
1816
"type": "git",

0 commit comments

Comments
 (0)