-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
executable file
·52 lines (52 loc) · 1.35 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
{
"name": "evolutility-ui-jquery",
"description": "Set of model-driven views list, browse, edit, and chart your data (using jQuery, Backbone, and D3.js).",
"version": "1.2.4",
"copyright": "(c) 2021 Olivier Giulieri",
"license": "MIT",
"target": "dist",
"homepage": "http://evoluteur.github.io/evolutility-ui-jquery/",
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
"repository": {
"type": "git",
"url": "git://github.com/evoluteur/evolutility-ui-jquery.git"
},
"bugs": "https://github.com/evoluteur/evolutility-ui-jquery/issues",
"dependencies": {
"bootstrap-sass": "^3.3.7",
"jquery": "^3.6.0",
"backbone": "^1.4.0",
"backbone.localstorage": "^1.1.6",
"underscore": "^1.13.1",
"papaparse": "^5.3.0",
"d3": "^3.5.17",
"bootstrap": "^3.3.7",
"bootstrap-datepicker": "^1.6.4",
"select2": "^4.0.13",
"toastr": "^2.1.4",
"balloon-css": "^1.2.0"
},
"devDependencies": {
"grunt": "~1.3.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~4.0.1",
"grunt-sass": "^3.1.0",
"node-sass": "^6.0.1"
},
"keywords": [
"low-code",
"model",
"metadata",
"UI",
"forms",
"CRUD",
"Backbone",
"MDA",
"javascript",
"forms",
"MVC",
"evolutility"
]
}