forked from Icenium/icenium-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.97 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "appbuilder",
"preferGlobal": true,
"version": "2.9.2",
"author": "Telerik <[email protected]>",
"description": "command line interface to Telerik AppBuilder",
"bin": {
"appbuilder": "./bin/appbuilder.js"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui mocha-fibers --recursive --reporter spec-xunit-file --require test/test-bootstrap.js --timeout 15000 test/",
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js",
"prepublish": "node prepublish.js"
},
"main": "./lib/appbuilder-cli.js",
"repository": {
"type": "git",
"url": "https://github.com/Icenium/icenium-cli.git"
},
"keywords": [
"cordova",
"appbuilder",
"telerik",
"mobile"
],
"dependencies": {
"JSV": "4.0.2",
"binary-reader": "0.1.0",
"bplist-parser": "0.0.6",
"bufferpack": "0.0.6",
"byline": "4.2.1",
"chalk": "1.0.0",
"cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.1",
"bower": "1.3.9",
"colors": "0.6.2",
"cookie": "0.1.0",
"express": "4.8.5",
"ffi": "https://github.com/icenium/node-ffi/tarball/master",
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.5.1",
"filesize": "2.0.3",
"gaze": "0.5.1",
"hex": "0.0.1",
"iconv-lite": "0.4.3",
"inquirer": "0.8.2",
"ios-sim-portable": "1.0.4",
"ip": "0.3.2",
"lodash": "3.5.0",
"log4js": "0.6.9",
"marked": "0.3.3",
"marked-terminal": "1.4.0",
"minimatch": "2.0.4",
"mkdirp": "0.3.5",
"moment": "2.5.1",
"mute-stream": "0.0.4",
"node-uuid": "1.4.1",
"open": "0.0.4",
"osenv": "0.1.0",
"plist": "1.1.0",
"plistlib": "0.2.1",
"plugman": "0.16.0",
"progress-stream": "0.5.0",
"properties-parser": "0.2.3",
"pullstream": "https://github.com/icenium/node-pullstream/tarball/master",
"qrcode-generator": "1.0.0",
"ref": "https://github.com/icenium/ref/tarball/master",
"ref-struct": "https://github.com/telerik/ref-struct/tarball/master",
"rimraf": "2.2.6",
"string-to-json": "0.1.0",
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
"temp": "0.8.1",
"typescript": "1.5.0-beta",
"unzip": "0.1.11",
"valid-url": "1.0.9",
"validator": "3.2.1",
"winreg": "0.0.12",
"xml-mapping": "1.5.2",
"xmlhttprequest": "https://github.com/telerik/node-XMLHttpRequest/tarball/master",
"yargs": "1.2.2",
"zipstream": "https://github.com/Icenium/node-zipstream/tarball/master"
},
"analyze": true,
"devDependencies": {
"chai": "1.8.x",
"file": "0.2.1",
"grunt": "0.4.2",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-watch": "0.5.3",
"grunt-shell": "0.6.4",
"grunt-ts": "2.0.1",
"mocha": "1.14.x",
"mocha-fibers": "https://github.com/Icenium/mocha-fibers/tarball/master",
"spec-xunit-file": "0.0.1-3"
},
"bundledDependencies": [],
"license": "Apache-2.0",
"engines": {
"node": ">=0.10.26 <0.10.34 || >=0.10.35"
}
}