forked from enyojs/ares-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathide.json
47 lines (47 loc) · 993 Bytes
/
ide.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
{
"services":[
{
"active":true,
"id":"home",
"icon":"server",
"name":"Home Directory",
"type": "filesystem",
"provider": "hermes",
"command":"@NODE@", "params":[
"hermes/fsLocal.js", "-P", "/files", "-p", "0", "@HOME@"
],
"useJsonp":false,
"debug": false,
"respawn": false
},
{
"active":false,
"id":"dropbox-enyojs",
"icon":"dropbox",
"name":"Dropbox (enyojs.com)",
"type": "filesystem",
"provider": "hermes",
"command":"@NODE@", "params":["hermes/dropbox/index.js", "0", "http://184.169.139.5:8080"],
"useJsonp":false,
"debug": false
},
{
"active":true,
"id":"phonegap",
"icon":"phonegap",
"name":"PhoneGap Build",
"type": "build",
"provider": "hermes",
"command":"@NODE@", "params":[
"hermes/bdPhoneGap.js", "-P", "/phonegap", "-p", "0"
],
"useJsonp":false,
"debug": false,
"auth": {
"username":"YOUR_EMAIL",
"password":"YOUR_PASSWORD"
},
"respawn": false
}
]
}