-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
54 lines (54 loc) · 1.19 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
{
"name": "appbuilder",
"preferGlobal": true,
"version": "3.7.9",
"author": "Telerik <[email protected]>",
"description": "command line interface to Telerik AppBuilder",
"bin": {
"appbuilder": "./bin/appbuilder"
},
"scripts": {
"prepublish": "node prepublish.js"
},
"main": "./bin/appbuilder",
"repository": {
"type": "git",
"url": "https://github.com/Icenium/icenium-cli.git"
},
"keywords": [
"cordova",
"appbuilder",
"telerik",
"progress",
"mobile",
"nativescript"
],
"dependencies": {
"lodash": "4.13.1",
"request": "2.81.0"
},
"analyze": true,
"devDependencies": {
"@types/node": "6.0.61",
"@types/request": "0.0.42",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"colors": "1.2.4",
"file": "0.2.2",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-shell": "2.1.0",
"grunt-ts": "6.0.0-beta.10",
"grunt-tslint": "4.0.0",
"rimraf": "2.6.2",
"spec-xunit-file": "0.0.1-3",
"tslint": "4.3.1",
"typescript": "2.1.4"
},
"bundledDependencies": [],
"license": "Apache-2.0",
"engines": {
"node": ">=6.0.0 <9.0.0"
}
}