-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1005 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
{
"name": "hexo-filter-file-link",
"version": "1.0.5",
"description": "make convenient to link local posted file",
"main": "index.js",
"scripts": {
"build": "rollup src/main.js --output index.js --format cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhenyong/hexo-filter-file-link.git"
},
"keywords": [
"hexo",
"filter",
"link",
"markdown"
],
"author": {
"name": "zhenyong",
"email": "[email protected]",
"url": "http://zhenyong.site"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zhenyong/hexo-filter-file-link/issues"
},
"homepage": "https://github.com/zhenyong/hexo-filter-file-link#readme",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"eslint": "^3.0.1",
"eslint-config-hexo": "^1.0.3",
"rollup": "^0.34.1"
}
}