-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
42 lines (42 loc) · 1004 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
39
40
41
42
{
"name": "hexo-renderer-org",
"version": "0.2.5",
"description": "Emacs org-mode render plugin for hexo (fork)",
"main": "index",
"scripts": {
"test": "node_modules/.bin/mocha test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coldnew/hexo-render-org.git"
},
"keywords": [
"hexo",
"org"
],
"author": "codefalling",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/coldnew/hexo-render-org/issues"
},
"homepage": "https://github.com/coldnew/hexo-render-org#readme",
"dependencies": {
"bufferhelper": "^0.2.1",
"cheerio": "^1.0.0-rc.10",
"fs-extra": "^10.0.1",
"hexo-util": "^2.6.0",
"iconv-lite": "^0.6.3",
"jsonfile": "^6.1.0",
"md5": "^2.3.0",
"moment": "^2.29.1",
"npm-check-updates": "^12.5.4",
"object-assign": "^4.1.1",
"retry": "^0.13.1",
"slash": "^4.0.0",
"tmp": "0.2.1"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.2"
}
}