-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
52 lines (52 loc) · 1.11 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
{
"name": "everblog",
"version": "1.1.0",
"description": "write blogs in your evernote.",
"main": "lib/everblog",
"bin": {
"everblog": "bin/everblog"
},
"keywords": [
"evernote",
"blog"
],
"dependencies": {
"chalk": "2.3.0",
"commander": "2.12.2",
"debug": "3.1.0",
"enml-js": "0.1.3",
"entities": "1.1.1",
"evernote": "2.0.5",
"handlebars": "4.0.11",
"home": "1.0.1",
"js-yaml": "3.10.0",
"lodash": "4.17.4",
"marked": "0.3.9",
"moment": "2.20.1",
"open": "0.0.5"
},
"author": {
"name": "nswbmw",
"url": "https://github.com/nswbmw"
},
"engines": {
"node": ">= 6"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/everblogjs/everblog.git"
},
"bugs": {
"url": "https://github.com/everblogjs/everblog/issues"
},
"devDependencies": {
"eslint": "4.14.0",
"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",
"mocha": "4.0.1"
}
}