forked from CodeboxIDE/codebox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.5 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "codebox",
"version": "0.4.6",
"description": "Open source cloud & desktop IDE.",
"homepage": "https://www.codebox.io",
"author": "FriendCode Inc. <[email protected]>",
"license": "Apache 2",
"preferGlobal": true,
"dependencies": {
"q": "0.9.6",
"underscore": "1.4.4",
"event-stream": "3.0.11",
"readable-stream": "1.0.2",
"request": "2.27.0",
"hr.js": "0.4.0",
"commander": "1.1.1",
"googlediff": "0.1.0",
"cryptojs": "2.5.3",
"eventemitter2": "0.4.13",
"engineer": "0.1.0",
"express": "3.3.5",
"socket.io": "0.9.16",
"socket.io-stream": "git+https://github.com/nkzawa/socket.io-stream.git#aab13aabe9474a45f7af478eedf41318f53271de",
"loadfire": "1.3.4",
"shux": "0.2.0",
"vfs-http-adapter": "git+https://github.com/AaronO/vfs-http-adapter.git#6c9934e4f2da7886310397170b6ebaf745833936",
"vfs-local": "0.3.13",
"watchr": "2.4.7",
"gittle": "0.1.3",
"uuid": "1.4.1",
"glob": "3.2.6",
"temp": "0.6.0",
"wrench": "1.5.4",
"requirejs": "2.1.0",
"less": "1.5.0",
"csso": "1.3.9",
"fstream": "0.1.25",
"tar": "0.1.19",
"open": "0.0.4",
"crc": "0.2.1",
"grunt": "0.4.2",
"grunt-cli": "0.1.11",
"harbor": "0.2.0",
"qpatch": "0.0.3"
},
"devDependencies": {
"grunt-node-webkit-builder": "0.1.14"
},
"bin": {
"codebox": "./bin/codebox.js"
},
"repository": {
"type": "git",
"url": "https://github.com/FriendCode/codebox.git"
},
"keywords": [
"cli", "ide", "server", "desktop", "development", "code", "editor"
],
"contributors": [
{
"name": "Aaron O'Mullan",
"email": "[email protected]"
},
{
"name": "Samy Pesse",
"email": "[email protected]"
}
],
"scripts": {
"start": "[ -f .env ] && source .env || echo 'Store your environment config in .env'; ./node_modules/.bin/grunt",
"postinstall": "./node_modules/.bin/grunt build"
},
"main": "bin/dashboard/index.html",
"window": {
"title": "Codebox",
"width": 400,
"height": 500,
"position": "center",
"min_height": 400,
"min_width": 450,
"max_width": 450,
"show": false,
"toolbar": false,
"frame": true
}
}