-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "everblog-adaptor-hexo",
"version": "0.3.1",
"description": "Hexo adaptor for [everblog](https://github.com/everblogjs/everblog).",
"main": "index",
"keywords": [
"evernote",
"everblog",
"adaptor",
"hexo"
],
"dependencies": {
"debug": "3.1.0",
"enml2text": "^1.0.0",
"entities": "1.1.1",
"front-matter": "git://github.com/nswbmw/front-matter.git#add_parse_and_stringify",
"fs-extra": "5.0.0",
"js-yaml": "3.10.0",
"lodash": "4.17.4",
"moment": "2.20.1"
},
"author": {
"name": "nswbmw",
"url": "https://github.com/nswbmw"
},
"engines": {
"node": ">= 6"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/everblogjs/everblog-adaptor-hexo.git"
},
"bugs": {
"url": "https://github.com/everblogjs/everblog-adaptor-hexo/issues"
},
"devDependencies": {
"eslint-config-standard": "11.0.0-beta.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1"
}
}