-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 967 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
{
"name": "hexo-generator-everyday",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "skyinlayer",
"license": "MIT",
"dependencies": {
"jade": "^1.7.0",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"yaml": "^0.2.3"
},
"repository": {
"type": "git",
"url": "git://github.com/LingyuCoder/hexo-generator-everyday.git"
},
"keywords": [
"hexo",
"generator",
"everyday",
"daily"
],
"bugs": {
"url": "https://github.com/LingyuCoder/hexo-generator-everyday/issues"
},
"homepage": "https://github.com/LingyuCoder/hexo-generator-everyday",
"_shasum": "da07104ddb3593226620ec6c1277b61f5df46f20",
"_from": "[email protected]",
"_resolved": "http://registry.npmjs.org/hexo-generator-everyday/-/hexo-generator-everyday-0.0.6.tgz",
"description": "A hexo generator plugin to write diary",
"devDependencies": {}
}