-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 886 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
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "docs-and-graphs",
"version": "0.2.4",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --recursive"
},
"dependencies": {
"js-yaml": "^4.1.0",
"linkify-it": "^5.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"unified": "^11.0.4"
},
"devDependencies": {
"expect": "^29.3.1",
"expect-mocha-snapshot": "^2.1.5",
"get-stream": "^6.0.1",
"mocha": "^10.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cristianvasquez/docs-and-graphs.git"
},
"keywords": [
"markdown",
"rdf"
],
"author": "Cristian Vasquez",
"license": "MIT",
"bugs": {
"url": "https://github.com/cristianvasquez/docs-and-graphs/issues"
},
"homepage": "https://github.com/cristianvasquez/docs-and-graphs#readme"
}