forked from Backbase/bb-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.08 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
{
"name": "bb-cli",
"version": "0.2.4-nightly",
"description": "Command line tools for working with Backbase CXP.",
"author": "Backbase",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"preferGlobal": "true",
"scripts": {
"test": "gulp",
"postinstall": "node ./lib/downloadLatestTemplates.js"
},
"bin": {
"bb": "bin/bb"
},
"dependencies": {
"acorn": "^0.11.0",
"bower": "^1.5.3",
"bower-config": "^1.2.0",
"chalk": "^1.1.1",
"cli-table": "^0.3.1",
"clui": "^0.3.1",
"cross-spawn": "^0.2.6",
"decompress-zip": "^0.2.0",
"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",
"gulp": "^3.8.8",
"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": "^1.4.0",
"lodash": "^3.2.0",
"map-stream": "0.0.5",
"moment": "^2.10.6",
"mosaic-rest-js": "^0.4.0",
"node-fs-extra": "^0.8.1",
"object-assign": "^3.0.0",
"osenv": "^0.1.3",
"q": "^1.1.2",
"request-promise": "^0.4.3",
"ronin": "^0.3.11",
"semver": "^5.0.1",
"soap-as-promised": "^1.5.0",
"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": {
"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"
}
}