-
-
Notifications
You must be signed in to change notification settings - Fork 197
/
Copy pathpackage.json
104 lines (104 loc) · 3.22 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": "2.4.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",
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js",
"mocha": "mocha",
"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": {
"bluebird": "2.9.34",
"bplist-parser": "0.1.0",
"bufferpack": "0.0.6",
"bufferutil": "https://github.com/telerik/bufferutil/tarball/v1.0.1.3",
"byline": "4.2.1",
"chalk": "1.1.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",
"ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.3",
"fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.13.1",
"filesize": "3.1.2",
"gaze": "1.1.0",
"glob": "^7.0.3",
"iconv-lite": "0.4.11",
"inquirer": "0.9.0",
"ios-sim-portable": "~1.5.0",
"lockfile": "1.0.1",
"lodash": "4.13.1",
"log4js": "0.6.26",
"marked": "0.3.3",
"marked-terminal": "1.5.0",
"minimatch": "3.0.2",
"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.2",
"node-uuid": "1.4.3",
"npm": "2.15.9",
"open": "0.0.5",
"osenv": "0.1.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.1",
"ref-struct": "https://github.com/telerik/ref-struct/tarball/v1.0.2.3",
"semver": "5.0.1",
"shelljs": "0.5.3",
"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.3",
"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": "5.5.1",
"grunt-tslint": "3.1.0",
"istanbul": "0.3.19",
"mocha": "2.5.3",
"mocha-fibers": "https://github.com/NativeScript/mocha-fibers.git",
"mocha-typescript": "^1.0.4",
"should": "7.0.2",
"tslint": "3.11.0",
"typescript": "^1.8.10"
},
"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 <7.0.0"
}
}