forked from nswbmw/everblog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 987 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
43
44
45
46
47
48
49
{
"name": "everblog",
"version": "0.2.3",
"description": "write blogs in your evernote.",
"main": "lib/everblog",
"bin": {
"everblog": "bin/everblog"
},
"scripts": {
"test": "./node_modules/.bin/_mocha test/*"
},
"keywords": [
"evernote",
"blog"
],
"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",
"open": "0.0.5",
"moment": "2.22.2"
},
"author": {
"name": "nswbmw",
"email": "[email protected]"
},
"engines": {
"node": ">= 4"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/everblogjs/everblog.git"
},
"bugs": {
"url": "https://github.com/everblogjs/everblog/issues"
},
"devDependencies": {
"mocha": "^2.3.4"
}
}