This repository was archived by the owner on May 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 3.26 KB
/
Copy pathpackage.json
File metadata and controls
113 lines (113 loc) · 3.26 KB
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
105
106
107
108
109
110
111
112
113
{
"name": "relution-cli",
"version": "0.0.28",
"description": "",
"main": "index.js",
"scripts": {
"bump": "node bin/bump",
"typeupdate": "node bin/update_typings",
"tslint": "tslint src/**/*.ts",
"coverage": "istanbul cover lib/**/*.js",
"test": "node bin/testrunner.js",
"debug": "node-debug --web-port 8088 lib/cli.js --debug",
"clean": "del 'lib/**'",
"build": "tsc -p .",
"api": "typedoc -p . --rootDir src --out public/docs --module commonjs --stripInternal --name Relution-CLI --exclude **/*.spec.ts src typings/main.d.ts",
"serve-api": "http-server public/docs",
"watch": "tsc -p . -w"
},
"bin": {
"relution": "lib/cli.js"
},
"repository": {
"type": "git",
"url": "git@github.com:relution-io/relution-cli.git"
},
"author": "Pascal Brewing",
"license": "Apache License",
"devDependencies": {
"@types/archiver": "^0.15.33",
"@types/backbone": "^1.3.33",
"@types/blessed": "^0.1.4",
"@types/camel-case": "0.0.30",
"@types/chai": "^3.4.33",
"@types/chalk": "^0.4.30",
"@types/chokidar": "^1.4.29",
"@types/common-tags": "^1.2.4",
"@types/es6-collections": "^0.5.29",
"@types/es6-promise": "0.0.32",
"@types/expect.js": "^0.3.29",
"@types/inquirer": "0.0.29",
"@types/istanbul": "^0.4.29",
"@types/lodash": "^4.14.36",
"@types/mkdirp": "^0.3.29",
"@types/mocha": "^2.2.32",
"@types/node": "^6.0.41",
"@types/node-uuid": "0.0.28",
"@types/nopt": "^3.0.29",
"@types/npm": "^2.0.28",
"@types/pascal-case": "0.0.29",
"@types/progress": "^1.1.28",
"@types/q": "0.0.31",
"@types/request": "0.0.31",
"@types/rimraf": "0.0.28",
"@types/semver": "^5.3.30",
"@types/sinon": "^1.16.31",
"@types/socket.io-client": "^1.4.27",
"@types/username": "^1.0.28",
"chai": "^3.5.0",
"chokidar": "^1.5.1",
"del-cli": "^0.2.0",
"expect.js": "^0.3.1",
"husky": "^0.11.4",
"istanbul": "^0.4.3",
"mocha": "^2.5.1",
"semver": "^5.1.0",
"simple-git": "^1.37.0",
"sinon": "^1.17.4",
"tslint": "^3.8.1",
"typedoc": "github:sierrasoftworks/typedoc#v1.8.10",
"typescript": "^2.0.3"
},
"engines": {
"node": ">=4.4.0"
},
"dependencies": {
"@reactivex/rxjs": "^5.0.0-rc.1",
"archiver": "^1.0.1",
"backbone": "^1.3.3",
"blessed": "^0.1.81",
"blessed-contrib": "^3.5.5",
"camel-case": "^3.0.0",
"chalk": "^1.1.3",
"cli-loader": "^1.1.1",
"cli-table": "^0.3.1",
"cli-table2": "^0.2.0",
"common-tags": "^1.2.0",
"cordova-plugin-device": "^1.1.3",
"directory-tree": "^1.0.0",
"figures": "^2.0.0",
"fstream-ignore": "^1.0.5",
"hjson": "^1.8.1",
"inquirer": "github:drmabuse23/Inquirer.js#add78131e3461acbc861b4cdba8aff67a54ef4f4",
"install": "^0.8.0",
"lodash": "^4.14.2",
"mkdirp": "^0.5.1",
"node": "0.0.0",
"node-uuid": "^1.4.7",
"nopt": "^3.0.6",
"npm": "^3.10.7",
"pascal-case": "^2.0.0",
"phonegap-plugin-push": "^1.8.2",
"progress": "^1.1.8",
"q": "^1.4.1",
"relution-sdk": "^0.1.21",
"request": "^2.75.0",
"rimraf": "^2.5.4",
"socket.io-client": "^1.4.8",
"to-iso-string": "0.0.2",
"typescript-formatter": "^3.1.0",
"username": "^2.1.0",
"websql": "^0.4.4"
}
}