-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 978 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
{
"name": "hexo-plugin-rollup",
"version": "0.0.4",
"main": "lib/index.js",
"author": {
"name": "segayuu"
},
"repository": {
"type": "git",
"url": "https://github.com/segayuu/hexo-plugin-rollup"
},
"dependencies": {
"bluebird": "^3.5.0",
"lodash": "^4.17.10",
"rollup": "^0.45.2",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-includepaths": "^0.2.2",
"rollup-plugin-memory": "^2.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"try-require": "^1.2.1"
},
"devDependencies": {
"ava": "^0.21.0",
"eslint": "^4.19.1",
"eslint-config-hexo": "^3.0.0",
"eslint-plugin-ava": "^4.2.1",
"hexo": "^3.7.1",
"is-promise": "^2.1.0"
},
"peerDependencies": {
"hexo": "3"
},
"hexo": {
"version": "3.7.1"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"lint": "eslint \"lib/**/**.js\"",
"test": "ava"
},
"license": "MIT"
}