-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 924 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": "monsters-site",
"version": "1.0.0",
"description": "Our website",
"hexo": {
"version": "4.2.0"
},
"dependencies": {
"hexo": "^4.2.1",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.2.0",
"hexo-generator-index": "^0.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-multiauthor": "0.0.1",
"hexo-renderer-ejs": "^0.2.0",
"hexo-renderer-marked": "^2.0.0",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AspNetMonsters/website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AspNetMonsters/website/issues"
},
"homepage": "https://github.com/AspNetMonsters/website#readme"
}