-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 775 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 775 Bytes
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": "gitbook-plugin-autocover",
"description": "Generate a cover for a gitbook",
"main": "./lib/index.js",
"version": "2.0.1",
"engines": {
"gitbook": ">=3.0.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"q": "^1.4.1",
"lodash": "^4.5.0",
"canvas": "1.3.15",
"canvg": "^0.0.8",
"geopattern": "1.2.3"
},
"devDependencies": {
"mocha": "2.3.3"
},
"homepage": "https://github.com/GitbookIO/plugin-autocover",
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/plugin-autocover.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GitbookIO/plugin-autocover/issues"
}
}