-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 725 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 725 Bytes
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
{
"name": "hexo-renderer-browserify2",
"version": "1.0.0",
"description": "A browserify renderer for Hexo.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/dgautsch/hexo-renderer-browserify"
},
"keywords": [
"hexo",
"renderer",
"hexo-renderer",
"browserify"
],
"author": "Dan Gautsch <dgautsch@gmail.com> (http://gautsch.codes/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dgautsch/hexo-renderer-browserify/issues"
},
"homepage": "https://github.com/dgautsch/hexo-renderer-browserify",
"dependencies": {
"browserify": "^13.1.0"
},
"devDependencies": {
"eslint": "^3.3.1",
"eslint-config-hexo": "^1.0.3"
}
}