forked from zhougy0717/everblog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 1.79 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"_from": "git+https://github.com/zh0ngtian/everblog.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/everblog",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "https://github.com/zh0ngtian/everblog.git",
"rawSpec": "https://github.com/zh0ngtian/everblog.git",
"saveSpec": "git+https://github.com/zh0ngtian/everblog.git",
"fetchSpec": "https://github.com/zh0ngtian/everblog.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER"
],
"_resolved": "git+https://github.com/zh0ngtian/everblog.git#9833e171fa3dcf5eaef9c1db9f9f0209dd7d1877",
"_spec": "https://github.com/zh0ngtian/everblog.git",
"_where": "/Users/zhongtian/Documents/HexoBlog",
"author": {
"name": "nswbmw",
"email": "[email protected]"
},
"bin": {
"everblog": "bin/everblog"
},
"bugs": {
"url": "https://github.com/everblogjs/everblog/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.0.5",
"chalk": "^1.1.1",
"co": "^4.6.0",
"commander": "^2.9.0",
"debug": "^2.2.0",
"enml2text": "^0.1.1",
"entities": "^1.1.1",
"evernote": "^1.25.82",
"home": "^1.0.1",
"js-yaml": "^3.4.6",
"lodash": "^3.10.1",
"moment": "2.22.2",
"open": "0.0.5"
},
"deprecated": false,
"description": "write blogs in your evernote.",
"devDependencies": {
"mocha": "^2.3.4"
},
"engines": {
"node": ">= 4"
},
"homepage": "https://github.com/everblogjs/everblog#readme",
"keywords": [
"evernote",
"blog"
],
"license": "MIT",
"main": "lib/everblog",
"name": "everblog",
"repository": {
"type": "git",
"url": "git+https://github.com/everblogjs/everblog.git"
},
"scripts": {
"test": "_mocha test/*"
},
"version": "0.2.3"
}