-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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": "auto-complete-for-mendix",
"widgetName": "AutoCompleteForMendix",
"version": "6..0",
"description": "An auto completion widget built using Select2 (https://select2.github.io/)",
"license": "Apache V2",
"author": "Iain Lindsay",
"testProjectPath": "./test 8/",
"dependencies": {
"jquery": "^3.5.1",
"select2": "^4.0.13"
},
"devDependencies": {
"copy-webpack-plugin": "^6.3.0",
"css-loader": "^5.0.1",
"grunt": "^1.3.0",
"grunt-check-dependencies": "^1.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-webpack": "^4.0.2",
"mini-css-extract-plugin": "^1.2.1",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0",
"webpack-merge": "^5.3.0"
},
"repository": {
"type": "git",
"url": "http://github.com/lindski/AutoCompleteForMendix"
},
"engines": {
"node": ">=10.13.0"
},
"scripts": {
"dev": "grunt",
"build": "grunt build"
}
}