-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.22 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.22 KB
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
{
"name": "cocoonjs",
"version": "1.0.0-0.9.0",
"preferGlobal": "true",
"description": "CocoonJS command line tool",
"main": "cli",
"engines": {
"node": ">=0.10.0"
},
"engineStrict": true,
"bin": {
"cocoonjs": "./bin/cocoon.js"
},
"bugs": {
"url": "https://support.ludei.com"
},
"repository": {
"type": "git",
"url": "git@github.com:ludei/cocoonjs-cli.git"
},
"keywords": [
"ludei",
"cocoonjs",
"chromium",
"Webview+",
"browser",
"cordova",
"app",
"html5"
],
"dependencies": {
"shelljs": "0.3.0",
"minimist": "0.1.0",
"colors": "0.6.2",
"xml2js": "0.4.4",
"gulp" : "3.8.6",
"gulp-connect" : "2.0.6",
"tiny-lr": "0.0.7",
"qrcode-terminal" : "0.9.5",
"ip" : "0.3.1",
"prompt" : "0.2.14",
"mime" : "1.2.11",
"cocoonjs-cloud-api" : "0.1.0",
"cli-table" : "0.3.0",
"async" : "0.9.0",
"archiver" : "0.12.0",
"char-spinner" : "1.0.1"
},
"author": "Carlos Hernández Gómez - @k4rliky",
"contributors": [
{
"name": "Txus Ordorika",
"email": "txus@ludei.com"
},
{
"name": "Abdul Martinez",
"email": "amartinez@ludei.com"
}
],
"license": "Apache version 2.0"
}