This repository was archived by the owner on Jul 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.22 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.22 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
{
"name": "bb-cli",
"version": "0.4.4",
"description": "Command line tools for working with Backbase CXP.",
"author": "Backbase",
"license": "Apache-2.0",
"preferGlobal": "true",
"scripts": {
"test": "gulp"
},
"bin": {
"xbb": "bin/bb"
},
"dependencies": {
"@bb-cli/base": "^2.1.10",
"@bb-cli/bb-generate": "^2.0.0",
"@bb-cli/lib-bb-portal-rest-nodejs-plugin": "^1.0.1",
"acorn": "^0.11.0",
"bower": "^1.7.9",
"bower-config": "^1.2.0",
"canonical-path": "0.0.2",
"chalk": "^1.1.1",
"cli-table": "^0.3.1",
"clui": "^0.3.1",
"cross-spawn": "^0.2.6",
"decompress-zip": "^0.2.1",
"escodegen": "^1.4.3",
"formattor": "0.0.2",
"fs-extra-promise": "^0.3.0",
"fs-finder": "^1.8.0",
"gift": "^0.6.1",
"glob": "~5.0.3",
"glob-escape": "^0.0.2",
"gulp": "^3.9.1",
"gulp-conflict": "^0.2.0",
"gulp-debug": "^2.1.0",
"gulp-filter": "^1.0.2",
"gulp-if": "^1.2.5",
"gulp-less": "^3.0.3",
"gulp-merge": "^0.1.1",
"gulp-minify-css": "^1.2.0",
"gulp-mq-remove": "0.0.2",
"gulp-rename": "^1.2.0",
"gulp-rework": "^1.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-template": "^1.1.1",
"inquirer": "^0.10.1",
"jszip": "^2.5.0",
"jxon": "^2.0.0-beta.2",
"lib-bb-portal-rest": "^0.2.2",
"lodash": "^3.2.0",
"map-stream": "0.0.5",
"mocha": "^2.5.1",
"moment": "^2.10.6",
"node-fs-extra": "^0.8.1",
"object-assign": "^3.0.0",
"opener": "^1.4.1",
"osenv": "^0.1.3",
"q": "^1.4.1",
"request-promise": "^0.4.3",
"ronin": "^0.3.11",
"semver": "^5.0.1",
"soap-as-promised": "~1.6.0",
"temp": "^0.8.3",
"through2": "^2.0.0",
"tmp": "^0.0.28",
"watch": "^0.16.0"
},
"main": "lib",
"repository": {
"type": "git",
"url": "https://github.com/Backbase/bb-cli.git"
},
"bugs": {
"url": "https://github.com/Backbase/bb-cli/issues"
},
"homepage": "https://github.com/Backbase/bb-cli/tree/nightly",
"devDependencies": {
"request-debug": "^0.2.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.2",
"gulp-mocha": "^2.0.1",
"jshint-stylish": "^1.0.1",
"mocha": "^2.0.1",
"pre-commit": "^1.0.7",
"should": "^4.3.0"
}
}