forked from decentralized-identity/peer-did-method-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.78 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "spec-up",
"version": "0.10.6",
"description": "Technical specification drafting tool that generates rich specification documents from markdown.",
"main": "./index",
"repository": {
"type": "git",
"url": "git+https://github.com/decentralized-identity/spec-up.git"
},
"scripts": {
"edit": "node -e \"require('./index')()\"",
"render": "node -e \"require('./index')({ nowatch: true })\"",
"dev": "node -e \"require('./index')({ dev: true })\""
},
"keywords": [
"spec",
"specs",
"markdown",
"editor",
"standards"
],
"author": "Daniel Buchner",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/decentralized-identity/spec-up/issues"
},
"homepage": "https://github.com/decentralized-identity/spec-up#readme",
"dependencies": {
"@traptitech/markdown-it-katex": "3.3.0",
"axios": "0.21.2",
"find-pkg-dir": "2.0.0",
"fs-extra": "8.1.0",
"gulp": "4.0.2",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-terser": "1.2.0",
"markdown-it": "13.0.1",
"markdown-it-anchor": "5.2.5",
"markdown-it-attrs": "4.1.4",
"markdown-it-chart": "^0.2.0",
"markdown-it-container": "^2.0.0",
"markdown-it-deflist": "^2.1.0",
"markdown-it-icons": "^0.4.1",
"markdown-it-ins": "^2.0.0",
"markdown-it-mark": "^2.0.0",
"markdown-it-modify-token": "1.0.2",
"markdown-it-multimd-table": "^4.1.3",
"markdown-it-prism": "^2.2.0",
"markdown-it-references": "1.0.0-alpha.10",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "2.1.1",
"markdown-it-textual-uml": "0.1.3",
"markdown-it-toc-and-anchor": "4.2.0",
"merge-stream": "2.0.0",
"pkg-dir": "4.2.0",
"prismjs": ">=1.24.0",
"yargs": "16.2.0"
}
}