forked from coldnew/hexo-renderer-org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 964 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
{
"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": "^0.19.0",
"fs-extra": "^4.0.0",
"hexo-util": "^0.1.7",
"iconv-lite": "^0.4.13",
"jsonfile": "^2.2.3",
"md5": "^2.0.0",
"moment": "^2.10.6",
"object-assign": "^4.0.1",
"retry": "^0.10.1",
"slash": "^1.0.0",
"tmp": "0.0.31"
},
"devDependencies": {
"chai": "^3.4.0",
"mocha": "^2.3.3"
}
}