-
-
Notifications
You must be signed in to change notification settings - Fork 197
/
Copy pathpackage.json
105 lines (105 loc) · 3.13 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
{
"name": "nativescript",
"preferGlobal": true,
"version": "2.6.0",
"author": "Telerik <[email protected]>",
"description": "Command-line interface for building NativeScript projects",
"bin": {
"tns": "./bin/tns",
"nativescript": "./bin/tns"
},
"main": "./lib/nativescript-cli.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",
"bufferutil": "https://github.com/telerik/bufferutil/tarball/v1.0.1.4",
"byline": "4.2.1",
"chalk": "1.1.0",
"chokidar": "^1.6.1",
"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",
"ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.4",
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.15.0",
"filesize": "3.1.2",
"gaze": "1.1.0",
"glob": "^7.0.3",
"iconv-lite": "0.4.11",
"inquirer": "0.9.0",
"ios-mobileprovision-finder": "1.0.9",
"ios-sim-portable": "~1.6.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.3",
"plist": "1.1.0",
"plist-merge-patch": "0.0.9",
"plistlib": "0.2.1",
"progress-stream": "1.1.1",
"properties-parser": "0.2.3",
"ref": "https://github.com/icenium/ref/tarball/v1.3.2.2",
"ref-struct": "https://github.com/telerik/ref-struct/tarball/v1.0.2.4",
"semver": "5.0.1",
"shelljs": "0.7.5",
"source-map": "0.5.6",
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
"temp": "0.8.3",
"utf-8-validate": "https://github.com/telerik/utf-8-validate/tarball/v1.0.1.4",
"uuid": "3.0.1",
"winreg": "0.0.17",
"ws": "0.7.1",
"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"
},
"analyze": true,
"devDependencies": {
"chai": "1.8.x",
"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": "3.3.0",
"istanbul": "0.4.5",
"mocha": "3.1.2",
"mocha-fibers": "https://github.com/NativeScript/mocha-fibers.git",
"mocha-typescript": "^1.0.4",
"should": "7.0.2",
"tslint": "3.15.1",
"typescript": "2.1.4"
},
"license": "Apache-2.0",
"engines": {
"node": ">=4.2.1 <5.0.0 || >=5.1.0 <8.0.0"
}
}