-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 820 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 820 Bytes
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
{
"name": "datagrid-extension",
"widgetName": "DataGridExtension",
"version": "2.6.0",
"description": "The Mendix Data Grid Extension",
"author": "Andries Smit",
"repository": {
"type": "git",
"url": "https://github.com/Andries-Smit/DataGridExtention"
},
"bugs": {
"url": "https://github.com/Andries-Smit/DataGridExtention/issues"
},
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-check-dependencies": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-newer": "^1.1.0",
"load-grunt-tasks": "^3.1.0",
"grunt-eslint": "^19.0.0"
}
}