-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
39 lines (39 loc) · 1.21 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
{
"name": "GridSearch",
"version": "3.2.3",
"description": "Search Mendix Grids and Lists using a number of search widgets.",
"license": "Apache 2",
"author": "Eric Tieniber",
"private": true,
"dependencies": {},
"devDependencies": {
"ansi-colors": "^4.1.1",
"del": "^2.2.2",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-if": "^3.0.0",
"gulp-intercept": "^0.1.0",
"gulp-json-transform": "^0.4.7",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-zip": "^5.0.0",
"gulp-jsvalidate": "^4.0.0",
"widgetbuilder-gulp-helper": "https://github.com/JelteMX/widgetbuilder-gulp-helper/archive/1.0.2.tar.gz",
"yargs": "^14.0.0"
},
"engines": {
"node": ">=5"
},
"generatorVersion": "2.2.5",
"paths": {
"testProjectFolder": "/Volumes/[C] Windows 10/Mendix/Internal/GridsearchListView-main/",
"testProjectFileName": "GridsearchListView.mpr"
},
"scripts": {
"build": "node ./node_modules/gulp/bin/gulp build",
"version": "node ./node_modules/gulp/bin/gulp version",
"icon": "node ./node_modules/gulp/bin/gulp icon",
"folders": "node ./node_modules/gulp/bin/gulp folders",
"modeler": "node ./node_modules/gulp/bin/gulp modeler"
}
}