mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-22 19:28:40 +10:00
46 lines
924 B
JSON
46 lines
924 B
JSON
{
|
|
"name": "jsonld",
|
|
"version": "0.3.4",
|
|
"filename": "jsonld.js",
|
|
"description": "A JSON-LD Processor and API implementation in JavaScript.",
|
|
"homepage": "http://github.com/digitalbazaar/jsonld.js",
|
|
"author": {
|
|
"name": "Digital Bazaar, Inc.",
|
|
"email": "support@digitalbazaar.com",
|
|
"url": "http://digitalbazaar.com/"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Dave Longley",
|
|
"email": "dlongley@digitalbazaar.com"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/digitalbazaar/jsonld.js"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "https://github.com/digitalbazaar/jsonld.js/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"JSON",
|
|
"Linked Data",
|
|
"JSON-LD",
|
|
"RDF",
|
|
"Semantic Web",
|
|
"jsonld"
|
|
],
|
|
"npmName": "jsonld",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/js/",
|
|
"files": [
|
|
"jsonld.js"
|
|
]
|
|
}
|
|
]
|
|
}
|