forked from enyojs/ares-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ide-test.json
53 lines (53 loc) · 1.23 KB
/
ide-test.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
{
"domain": null,
"services":[
{
"active":true,
"id":"home",
"icon":"home-32x32",
"name":"Ares Test - Home Directory",
"type": ["filesystem"],
"provider": "hermes",
"command":"@NODE@", "params":[
"@INSTALLDIR@/hermes/fsLocal.js", "--pathname", "/files", "--port", "10002", "--root", "@CWD@/test/root"
],
"useJsonp":false,
"debug": false,
"respawn": false
},
{
"active":true,
"id":"phonegap",
"icon":"build.phonegap.com-32x32",
"name":"PhoneGap Build",
"type": ["build"],
"command":"@NODE@", "params":[
"@INSTALLDIR@/hermes/bdPhoneGap.js", "-P", "/phonegap", "-p", "0"
],
"useJsonp":false,
"verbose": false,
"auth": {
"type": "phonegap"
},
"respawn": false
},
{
"active": true,
"id":"genZip",
"name":"Project toolkit",
"type": ["generate"],
"command":"@NODE@", "params":[
"@INSTALLDIR@/hermes/genZip.js", "-P", "/genzip", "-p", "0"
],
"projectTemplateRepositories": {
"bootplate": {
"description": "Standard Enyo template",
"url": "http://enyojs.com/archive/ares-project-templates.json"
}
},
"useJsonp":false,
"verbose": false,
"respawn": false
}
]
}