-
-
Notifications
You must be signed in to change notification settings - Fork 197
/
Copy pathpackage.json
63 lines (63 loc) · 1.74 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
{
"name": "nativescript",
"preferGlobal": true,
"version": "0.1.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\\_mocha --ui mocha-fibers --recursive --reporter spec --require test/test-bootstrap.js --timeout 15000 test/"
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-cli.git"
},
"keywords": [
"nativescript",
"telerik",
"mobile"
],
"dependencies": {
"colors": "0.6.2",
"fibers": "https://github.com/icenium/node-fibers/tarball/master",
"filesize": "2.0.3",
"log4js": "0.6.9",
"mkdirp": "0.3.5",
"mute-stream": "0.0.4",
"node-uuid": "1.4.1",
"npm": "1.4.10",
"osenv": "0.1.0",
"progress-stream": "0.5.0",
"prompt": "https://github.com/Icenium/prompt/tarball/master",
"properties-parser": "0.2.3",
"rimraf": "2.2.6",
"semver": "3.0.1",
"shelljs": "0.3.0",
"tabtab": "https://github.com/tailsu/node-tabtab/tarball/master",
"underscore": "1.5.2",
"unzip": "0.1.9",
"watchr": "2.4.11",
"xmlhttprequest": "1.6.0",
"yargs": "1.2.2"
},
"analyze": true,
"devDependencies": {
"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": "1.11.2",
"mocha": "1.21.4",
"mocha-fibers": "https://github.com/tailsu/mocha-fibers/tarball/master",
"should": "4.0.4"
},
"license": "Apache-2.0",
"engines": {
"node": "~0.10.22"
}
}