-
-
Notifications
You must be signed in to change notification settings - Fork 197
/
Copy pathpackage.json
113 lines (113 loc) · 3.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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "nativescript",
"preferGlobal": true,
"version": "3.1.0",
"author": "Telerik <[email protected]>",
"description": "Command-line interface for building NativeScript projects",
"bin": {
"tns": "./bin/tns",
"nativescript": "./bin/tns"
},
"main": "./lib/nativescript-cli-lib.js",
"scripts": {
"test": "node test-scripts/istanbul.js",
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js",
"mocha": "node test-scripts/mocha.js",
"tsc": "tsc",
"test-watch": "node ./dev/tsc-to-mocha-watch.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-cli.git"
},
"keywords": [
"nativescript",
"telerik",
"mobile"
],
"dependencies": {
"bplist-parser": "0.1.0",
"bufferpack": "0.0.6",
"byline": "4.2.1",
"chalk": "1.1.0",
"chokidar": "1.7.0",
"cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.2",
"clui": "0.3.1",
"colors": "1.1.2",
"email-validator": "1.0.4",
"esprima": "2.7.0",
"filesize": "3.1.2",
"gaze": "1.1.0",
"glob": "^7.0.3",
"iconv-lite": "0.4.11",
"inquirer": "0.9.0",
"ios-device-lib": "0.4.6",
"ios-mobileprovision-finder": "1.0.9",
"ios-sim-portable": "~3.0.0",
"lockfile": "1.0.1",
"lodash": "4.13.1",
"log4js": "1.0.1",
"marked": "0.3.6",
"marked-terminal": "2.0.0",
"minimatch": "3.0.2",
"mkdirp": "0.5.1",
"moment": "2.10.6",
"mute-stream": "0.0.5",
"open": "0.0.5",
"osenv": "0.1.3",
"pbxproj-dom": "1.0.11",
"plist": "1.1.0",
"plist-merge-patch": "0.0.9",
"plistlib": "0.2.1",
"progress-stream": "1.1.1",
"properties-parser": "0.2.3",
"qr-image": "3.2.0",
"request": "2.81.0",
"semver": "5.3.0",
"shelljs": "0.7.6",
"simple-plist": "0.2.1",
"source-map": "0.5.6",
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
"temp": "0.8.3",
"uuid": "3.0.1",
"winreg": "0.0.17",
"ws": "2.2.0",
"xcode": "https://github.com/NativeScript/node-xcode/archive/1.4.0.tar.gz",
"xmldom": "0.1.21",
"xmlhttprequest": "https://github.com/telerik/node-XMLHttpRequest/tarball/master",
"yargs": "6.0.0",
"zipstream": "https://github.com/Icenium/node-zipstream/tarball/master"
},
"analyze": true,
"devDependencies": {
"@types/chai": "3.4.34",
"@types/chai-as-promised": "0.0.29",
"@types/chokidar": "1.6.0",
"@types/lodash": "4.14.50",
"@types/node": "6.0.61",
"@types/qr-image": "3.2.0",
"@types/request": "0.0.42",
"@types/semver": "^5.3.31",
"@types/source-map": "0.5.0",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-shell": "1.3.0",
"grunt-ts": "6.0.0-beta.6",
"grunt-tslint": "4.0.0",
"istanbul": "0.4.5",
"mocha": "3.1.2",
"should": "7.0.2",
"source-map-support": "^0.4.14",
"tslint": "4.3.1",
"typescript": "2.1.4"
},
"license": "Apache-2.0",
"engines": {
"node": ">=6.0.0 <8.0.0"
}
}