forked from tohagan/stlive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.18 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": "stlive",
"version": "0.1.10",
"description": "Live edit your JS/HTML/CSS source code in Sencha Touch / PhoneGap projects. Autosync changes to multiple mobile devices of mixed OS types. Massively speed up your mobile app development by avoiding most compiling and redeployment.",
"homepage": "http://github.com/tohagan/stlive",
"repository": {
"type": "git",
"url": "git://github.com/tohagan/stlive.git"
},
"preferGlobal": "true",
"main": "./lib",
"bin": {
"stlive": "./cli.js"
},
"author": {
"name": "Tony O'Hagan",
"email": "tony@ohagan.name"
},
"keywords": [
"phonegap",
"cordova",
"sencha",
"sencha touch",
"touch",
"mobile",
"android",
"ios",
"blackberry",
"wp8",
"windows phone",
"apps",
"live",
"live edit",
"sync",
"development",
"deploy",
"test",
"testing",
"demo",
"localtunnel"
],
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"cli-config": "0.3.3",
"shelljs": "0.2.6",
"terminal-colors": "0.1.3",
"connect-phonegap": "tohagan/connect-phonegap"
}
}