forked from sunnapu/editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.36 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
50
51
{
"name": "gitbook-editor",
"version": "1.1.0",
"description": "Editor for writing GitBook",
"main": "build/index.html",
"window": {
"title": "GitBook",
"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": "1.0.3",
"send": "0.2.0",
"mixpanel": "0.0.19",
"wrench": "1.5.8",
"semver": "2.2.1",
"request": "2.27.0",
"normall": "0.0.2",
"gitbook-api": "0.1.0",
"npmi": "0.0.12",
"kramed": "0.4.2"
},
"devDependencies": {
"lodash": "2.4.1",
"rcedit": "0.1.2",
"grunt": "~0.4.1",
"grunt-cli": "0.1.11",
"grunt-exec": "0.4.5",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-node-webkit-builder": "0.2.2",
"grunt-github-releaser": "0.1.16",
"grunt-bower-install-simple": "0.9.2",
"grunt-hr-builder": "1.1.0",
"happyrhino": "1.0.5"
},
"peerDependencies": {
"grunt": "~0.4.1"
}
}