forked from Backbase/bb-lp-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (118 loc) · 3.05 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
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
114
115
116
117
118
{
"name": "bbb-lp-cli",
"preferGlobal": true,
"version": "1.9.12",
"main": "src/cli",
"bin": {
"bbblp": "bin/bbblp"
},
"description": "A tool for creating and developing Backbase-Launchpad specific Widgets and Modules.",
"homepage": "http://github.com/backbase/bb-lp-cli",
"author": "Backbase",
"keywords": [
"widget",
"backbase",
"tools",
"launchpad",
"cli"
],
"repository": {
"type": "git",
"url": "http://github.com/backbase/bb-lp-cli"
},
"dependencies": {
"analyze-css": "^0.10.2",
"autoprefixer": "^6.3.3",
"babel-core": "^6.6.0",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"bower-webpack-plugin": "^0.1.8",
"cliparse": "^0.2.5",
"colors": "^1.0.3",
"css": "^2.2.1",
"css-loader": "^0.21.0",
"deep-merge": "^1.0.0",
"del": "^1.1.1",
"escodegen": "^1.7.0",
"escomplex-js": "^1.2.0",
"eslint": "^1.10.0",
"esprima": "^2.6.0",
"estraverse-fb": "1.3.1",
"exports-loader": "^0.6.3",
"file-loader": "^0.8.4",
"findit": "^2.0.0",
"fs-extra-promise": "^0.2.0",
"glob": "^7.0.3",
"gulp": "^3.8.11",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-debug": "^2.0.1",
"gulp-eslint": "^2.0.0",
"gulp-header": "1.8.2",
"gulp-if": "^2.0.0",
"gulp-insert": "^0.4.0",
"gulp-less": "^3.0.5",
"gulp-load-plugins": "^0.9.0",
"gulp-merge": "^0.1.1",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.4",
"gulp-mq-remove": "0.0.2",
"gulp-ng-annotate": "^1.0.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rework": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"html-minify-loader": "^1.0.0",
"inquirer": "^0.8.2",
"jjv-utils": "^1.0.1",
"js-yaml": "^3.4.2",
"json-loader": "^0.5.2",
"jxon": "^1.5.4",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"lodash": "^3.5.0",
"logdown": "^1.1.1",
"marked": "^0.3.5",
"marked-to-md": "^1.0.1",
"ng-annotate-webpack-plugin": "git+https://github.com/sorohan/ng-annotate-webpack-plugin.git",
"node-yaml-config": "0.0.3",
"postcss-loader": "^0.8.1",
"promise": "^6.1.0",
"route-pattern": "0.0.6",
"run-sequence": "^1.0.2",
"shelljs": "^0.5.3",
"style-loader": "^0.12.3",
"through2": "^2.0.0",
"url-loader": "^0.5.6",
"vinyl-named": "^1.1.0",
"webpack": "^1.12.2",
"webpack-core": "~0.6.0",
"webpack-stream": "^3.1.0",
"xml2js": "^0.4.16",
"xml2js-xpath": "^0.5.0"
},
"config": {
"entry": {
"cli": "src/cli.js"
}
},
"engines": {
"node": ">=0.12 < 5.0"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/backbase/bb-lp-cli/LICENSE"
}
]
}