forked from NativeScript/nativescript-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.81 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
{
"name": "nativescript",
"preferGlobal": true,
"version": "1.0.2",
"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\\_mocha --ui mocha-fibers --recursive --reporter spec --require test/test-bootstrap.js --timeout 30000 test/",
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-cli.git"
},
"keywords": [
"nativescript",
"telerik",
"mobile"
],
"dependencies": {
"bplist-parser": "0.0.6",
"broccoli": "0.16.2",
"broccoli-funnel": "0.2.3",
"bufferpack": "0.0.6",
"byline": "4.1.1",
"chalk": "1.0.0",
"cli-table": "https://github.com/telerik/cli-table/tarball/master",
"colors": "0.6.2",
"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",
"iconv-lite": "0.4.4",
"inquirer": "0.8.2",
"ios-sim-portable": "1.0.8",
"lockfile": "1.0.0",
"lodash": "3.6.0",
"log4js": "0.6.22",
"marked": "0.3.3",
"marked-terminal": "1.4.0",
"minimatch": "2.0.4",
"mkdirp": "0.3.5",
"mute-stream": "0.0.4",
"node-inspector": "0.7.4",
"node-uuid": "1.4.1",
"npm": "2.6.1",
"open": "0.0.4",
"osenv": "0.1.0",
"plist": "1.1.0",
"plistlib": "0.2.1",
"progress-stream": "0.5.0",
"prompt": "https://github.com/Icenium/prompt/tarball/master",
"properties-parser": "0.2.3",
"ref": "https://github.com/icenium/ref/tarball/master",
"ref-struct": "https://github.com/telerik/ref-struct/tarball/master",
"rimraf": "2.2.6",
"semver": "4.3.4",
"shelljs": "0.3.0",
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
"temp": "0.8.1",
"winreg": "0.0.12",
"ws": "0.7.1",
"xcode": "https://github.com/NativeScript/node-xcode/archive/NativeScript-0.9.tar.gz",
"xmlhttprequest": "https://github.com/telerik/node-XMLHttpRequest/tarball/master",
"xmlmerge-js": "0.2.4",
"yargs": "1.2.2"
},
"analyze": true,
"devDependencies": {
"chai": "1.8.x",
"grunt": "0.4.2",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-watch": "0.5.3",
"grunt-shell": "0.6.4",
"grunt-ts": "2.0.1",
"mocha": "1.21.4",
"mocha-fibers": "https://github.com/Icenium/mocha-fibers/tarball/master",
"should": "4.0.4",
"typescript": "1.5.0-beta"
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.10.26 <0.10.34 || >=0.10.35"
}
}