forked from monaca/monaca-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.12 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
{
"name": "monaca",
"version": "2.7.5",
"description": "Monaca Command Line Tool",
"bin": {
"monaca": "bin/monaca"
},
"scripts": {
"preinstall": "node bin/preinstall",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/monaca/monaca-cli"
},
"keywords": [
"monaca"
],
"author": "Andreas Argelius <[email protected]>",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/monaca/monaca-cli/issues"
},
"homepage": "https://monaca.io",
"preferGlobal": true,
"dependencies": {
"hoek": "^5.0.3",
"browser-sync": "^2.23.6",
"colors": "^0.6.2",
"compare-versions": "3.0.1",
"cordova": "7.1.0",
"extend": "^2.0.0",
"global-npm": "^0.3.0",
"ip": "^1.1.5",
"live-server": "1.2.0",
"monaca-inquirer": "^1.0.4",
"monaca-lib": "2.7.5",
"open": "0.0.5",
"optimist": "^0.6.1",
"portfinder": "^1.0.7",
"q": "^1.1.2",
"shelljs": "^0.3.0",
"xmldom": "^0.1.19"
}
}