-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
26 lines (26 loc) · 963 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "documentation-components",
"version": "1.0.0",
"description": "Components.js documentation that can be self-instantiated.",
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/documentation-components",
"lsd:components": "components/components.jsonld",
"lsd:contexts": {
"https://linkedsoftwaredependencies.org/bundles/npm/documentation-components/^1.0.0/components/context.jsonld": "components/context.jsonld"
},
"lsd:importPaths": {
"https://linkedsoftwaredependencies.org/bundles/npm/documentation-components/^1.0.0/components/": "components/"
},
"bin": {
"serve": "./bin/serve.js"
},
"main": "index.js",
"repository": "[email protected]:LinkedSoftwareDependencies/Documentation-Components.js.git",
"author": "Ruben Taelman <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"componentsjs": "^3.0.0",
"remark": "^8.0.0",
"remark-html": "^6.0.1"
}
}