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
| {
| "name": "iem",
| "authors": [
| "IEMSoft"
| ],
| "description": "",
| "main": "",
| "license": "MIT",
| "homepage": "",
| "ignore": [
| "**/.*",
| "node_modules",
| "bower_components",
| "test",
| "tests"
| ],
| "dependencies": {
| "jquery-ui": "^1.12.1",
| "jquery": "^3.1.1",
| "angular": "1.6.1",
| "font-awesome": "fontawesome#^4.7.0",
| "angular-route": "1.6.1",
| "animate.css": "^3.5.2",
| "zTree": "^3.5.28",
| "flatpickr": "flatpickr-calendar#^2.4.2",
| "bootstrap": "^3.3.7",
| "traceur": "^0.0.111",
| "lodash": "^4.17.4",
| "sweetalert": "^1.1.3",
| "toastr": "^2.1.3",
| "ng-file-upload-shim": "^12.2.13",
| "smalot-bootstrap-datetimepicker": "^2.4.4",
| "imageviewer": "^0.5.1",
| "ngDraggable": "^0.1.11",
| "ztree": "^3.5.0"
| }
| }
|
|