forked from visioncan/hexo-tag-flickr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 937 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
40
41
42
43
44
45
46
47
{
"name": "hexo-tag-flickr",
"version": "0.6.0",
"description": "Embed flickr photo tag plugin for Hexo",
"main": "index",
"repository": {
"type": "git",
"url": "https://github.com/visioncan/hexo-tag-flickr.git"
},
"keywords": [
"hexo",
"blog",
"flickr"
],
"author": {
"name": "visioncan",
"email": "visioncan@gmail.com",
"url": "http://blog.visioncan.com"
},
"license": "MIT",
"dependencies": {
"bluebird": "^3.7.2",
"hexo-fs": "^4.1.1",
"hexo-util": "^3.1.0"
},
"devDependencies": {
"mocha": "^11.0.1",
"chai": "^5.0.0",
"cheerio": "1.0.0",
"eslint": "^9.0.0",
"eslint-config-hexo": "^5.0.0"
},
"bugs": {
"url": "https://github.com/visioncan/hexo-tag-flickr/issues"
},
"scripts": {
"test": "mocha",
"eslint": "eslint ."
},
"files": [
"index.js",
"flickrTagUtil.js"
],
"engines": {
"node": ">= 18"
}
}