-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 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
{
"name": "dublog",
"version": "0.0.9",
"description": "基于Node.js的静态博客程序",
"dependencies": {
"marked": ">=0.2.9",
"ejs": ">=0.8.4",
"ncp": ">=0.4.2",
"connect": ">=2.8.5"
},
"devDependencies": {},
"scripts": {},
"bin": {
"dublog-init": "./bin/dublog-init.js",
"dublog-build": "./bin/dublog-build.js",
"dublog-server": "./bin/dublog-server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/littledu/dublog.git"
},
"keywords": [
"blog",
"dublog",
"node"
],
"author": {
"name": "littledu"
},
"license": "MIT",
"readme": "# dublog 是一个由Node构建的静态博客",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_from": "[email protected]",
"bugs": {
"url": "https://github.com/littledu/dublog/issues"
},
"dist": {
"shasum": "7d5536cd068335574339eed4e4e40b9e555137b8"
},
"_resolved": "https://registry.npmjs.org/dublog/-/dublog-0.0.7.tgz"
}