forked from CodeboxIDE/codebox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.41 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
{
"name": "codebox",
"version": "0.7.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",
"lodash": "2.4.1",
"event-stream": "3.0.11",
"readable-stream": "1.0.2",
"request": "2.27.0",
"hr.js": "0.6.3",
"commander": "1.1.1",
"googlediff": "0.1.0",
"eventemitter2": "0.4.13",
"engineer": "0.1.0",
"express": "3.3.5",
"socket.io": "0.9.16",
"loadfire": "1.3.4",
"shux": "git+https://github.com/SamyPesse/shux.git#3abe4c6074013791eac0d055c63ed70b3197e7f4",
"vfs-http-adapter": "git+https://github.com/AaronO/vfs-http-adapter.git#6c9934e4f2da7886310397170b6ebaf745833936",
"vfs-local": "git+https://github.com/FriendCode/vfs-local.git#af6bafede0ccb9fb362a0c280e708648f7363f33",
"watchr": "2.4.11",
"gittle": "0.2.2",
"uuid": "1.4.1",
"glob": "3.2.6",
"temp": "0.6.0",
"wrench": "1.5.7",
"requirejs": "2.1.11",
"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.8",
"ctags": "0.11.0",
"connect-gzip-static": "0.1.1",
"minimatch": "0.2.14",
"semver": "2.2.1",
"bugs": "0.1.0"
},
"devDependencies": {
"grunt-exec": "0.4.5",
"grunt-contrib-compress": "0.6.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-clean": "0.5.0"
},
"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 ] && . ./.env || echo 'Store your environment config in .env'; ./node_modules/.bin/grunt"
},
"main": "index.js"
}