-
-
Notifications
You must be signed in to change notification settings - Fork 197
/
Copy pathpackage.json
104 lines (104 loc) · 3.38 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
{
"name": "nativescript",
"preferGlobal": true,
"version": "1.6.0",
"author": "Telerik <[email protected]>",
"description": "Command-line interface for building NativeScript projects",
"bin": {
"tns": "./bin/nativescript.js",
"nativescript": "./bin/nativescript.js"
},
"main": "./lib/nativescript-cli.js",
"scripts": {
"test": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --ui mocha-fibers --recursive --reporter spec --require test/test-bootstrap.js --timeout 150000 test/ lib/common/test/unit-tests",
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-cli.git"
},
"keywords": [
"nativescript",
"telerik",
"mobile"
],
"dependencies": {
"bluebird": "2.9.34",
"bplist-parser": "0.1.0",
"broccoli": "0.16.4",
"broccoli-funnel": "0.2.3",
"bufferpack": "0.0.6",
"bufferutil": "https://github.com/telerik/bufferutil/tarball/v1.0.1.1",
"byline": "4.2.1",
"chalk": "1.1.0",
"cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.1",
"colors": "1.1.2",
"esprima": "2.7.0",
"ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.1",
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.6.3",
"filesize": "3.1.2",
"gaze": "0.5.1",
"gulp": "3.9.0",
"iconv-lite": "0.4.11",
"inquirer": "0.9.0",
"ios-sim-portable": "1.0.15",
"lockfile": "1.0.1",
"lodash": "3.10.0",
"log4js": "0.6.26",
"marked": "0.3.3",
"marked-terminal": "1.5.0",
"minimatch": "2.0.10",
"mkdirp": "0.5.1",
"moment": "2.10.6",
"mute-stream": "0.0.5",
"node-inspector": "https://github.com/NativeScript/node-inspector/tarball/v0.7.4.0",
"node-uuid": "1.4.3",
"npm": "2.14.12",
"open": "0.0.5",
"osenv": "0.1.3",
"plist": "1.1.0",
"plistlib": "0.2.1",
"progress-stream": "1.1.1",
"prompt": "https://github.com/Icenium/prompt/tarball/master",
"properties-parser": "0.2.3",
"ref": "https://github.com/icenium/ref/tarball/v1.1.3.1",
"ref-struct": "https://github.com/telerik/ref-struct/tarball/v1.0.2.1",
"rimraf": "2.4.2",
"semver": "5.0.1",
"shelljs": "0.5.1",
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
"temp": "0.8.3",
"through2": "2.0.0",
"utf-8-validate": "https://github.com/telerik/utf-8-validate/tarball/v1.0.1.1",
"vinyl-filter-since": "2.0.2",
"winreg": "0.0.12",
"ws": "0.7.1",
"xcode": "https://github.com/NativeScript/node-xcode/archive/1.4.0.tar.gz",
"xmldom": "0.1.19",
"xmlhttprequest": "https://github.com/telerik/node-XMLHttpRequest/tarball/master",
"xmlmerge-js": "0.2.4",
"yargs": "3.15.0"
},
"analyze": true,
"devDependencies": {
"chai": "1.8.x",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-watch": "0.6.1",
"grunt-shell": "1.1.2",
"grunt-ts": "4.2.0",
"grunt-tslint": "2.4.0",
"istanbul": "0.3.19",
"mocha": "2.2.5",
"mocha-fibers": "https://github.com/Icenium/mocha-fibers/tarball/master",
"should": "7.0.2",
"tslint": "2.5.1",
"typescript": "1.6.2"
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.10.40 <0.11.0 || >=0.12.7 <0.13.0 || >=4.2.1 <5.0.0 || >=5.1.0 <6.0.0"
}
}