-
Notifications
You must be signed in to change notification settings - Fork 229
/
Copy pathpackage.json
38 lines (38 loc) · 969 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
{
"name": "gitbook-editor",
"version": "0.0.0",
"description": "Editor for writing GitBook",
"main": "build/index.html",
"window": {
"title": "Codebox",
"width": 1200,
"height": 600,
"icon": "build/static/images/icons/128.png",
"position": "center",
"show": false,
"toolbar": false,
"frame": true
},
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/editor.git"
},
"author": "Samy Pesse <[email protected]>",
"license": "Apache 2",
"dependencies": {
"gitbook": "0.2.2",
"send": "0.2.0",
"mixpanel": "0.0.19",
"wrench": "1.5.8"
},
"devDependencies": {
"lodash": "2.4.1",
"hr.js": "0.6.5",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-node-webkit-builder": "0.1.19"
},
"peerDependencies": {
"grunt": "~0.4.1"
}
}