-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.1 KB
/
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
48
49
{
"name": "hexo-extend-injector2",
"version": "0.3.1",
"description": "🍀 a hexo extend to inject any code into theme.",
"main": "index.js",
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js",
"p": "yarn --proxy=http://localhost:1080"
},
"directories": {
"lib": "./lib"
},
"files": [
"lib",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jiangtj/hexo-extend-injector2.git"
},
"keywords": [
"hexo",
"hexo-plugin"
],
"author": "Mr.J",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/jiangtj/hexo-extend-injector2/issues"
},
"homepage": "https://github.com/jiangtj/hexo-extend-injector2#readme",
"dependencies": {
"clean-css": "^5.1.1",
"hexo-util": "^2.0.0",
"lodash": "^4.17.15",
"terser": "^5.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.0.0",
"eslint-config-hexo": "^4.1.0",
"hexo": "^5.0.0",
"hexo-renderer-stylus": "^2.0.0",
"mocha": "^8.0.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}