forked from mintbridge/grunt-gitbook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 789 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
{
"name": "grunt-gitbook",
"version": "1.5.0",
"description": "Static GitBook site compiler",
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/grunt-gitbook.git"
},
"main": "grunt.js",
"keywords": [
"gruntplugin",
"gitbook",
"static"
],
"author": "Samy Pesse <[email protected]>",
"contributors": [
"Aaron O'Mullan <[email protected]>"
],
"license": "Apache 2",
"dependencies": {
"gitbook": "~1.5"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-mocha-test": "~0.7.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
}
}