forked from m-turek/hexo-renderer-babel-webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 790 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
{
"name": "hexo-renderer-webpack",
"version": "0.4.0",
"description": "Webpack renderer plugin for Hexo",
"main": "index",
"repository": {
"type": "git",
"url": "https://github.com/briangonzalez/hexo-renderer-webpack.git"
},
"bugs": {
"url": "https://github.com/briangonzalez/hexo-renderer-webpack/issues"
},
"keywords": [
"hexo",
"webpack",
"renderer"
],
"author": "Brian Gonzalez (https://github.com/briangonzalez)",
"license": {
"type": "MIT",
"url": "https://raw.github.com/briangonzalez/hexo-renderer-webpack/master/LICENSE"
},
"dependencies": {
"lodash": "^4.17.4",
"memory-fs": "^0.4.1",
"webpack": "^2.5.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1"
}
}