-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.25 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "hummAdmin",
"version": "0.1.0",
"description": "TODO",
"private": true,
"browser": {
"jquery-ns": "./vendor/ns/jquery-ns.js",
"jquery-ns-fab_dial": "./vendor/ns/fab_dial/jquery-ns-fab_dial.js",
"lodash-ns": "./vendor/ns/lodash-ns.js",
"css_browser_selector": "./vendor/css_browser_selector.js",
"bootstrap": "./node_modules/bootstrap/dist/js/bootstrap.js",
"bootstrap-dialog": "./vendor/bootstrap-dialog/js/bootstrap-dialog.js",
"eonasdan-datetimepicker": "./vendor/eonasdan-datetimepicker/js/bootstrap-datetimepicker.js"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery-ns": {
"depends": [
"jquery:jQuery"
]
},
"lodash-ns": {
"depends": [
"lodash:_"
]
},
"bootstrap": {
"depends": [
"jquery:jQuery"
]
},
"bootstrap-dialog": {
"depends": [
"jquery:jQuery"
]
},
"jquery-ns-fab_dial": {
"depends": [
"jquery:jQuery"
]
},
"eonasdan-datetimepicker": {
"depends": [
"jquery:jQuery",
"moment:moment"
]
}
},
"devDependencies": {
"browserify": "^10.2.4",
"chai": "^3.4.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-config": "^0.4.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-replace": "^0.11.0",
"grunt-simple-mocha": "^0.4.0",
"node-underscorify": "0.0.14"
},
"dependencies": {
"ag-grid": "^4.1.5",
"backbone": "1.2.3",
"backbone.marionette": "^2.4.5",
"backbone.paginator": "2.0.2",
"bootstrap": "^3.3.5",
"bootstrap-slider": "^5.0.12",
"bootstrap-switch": "^3.3.2",
"browserify-shim": "^3.8.9",
"framework7": "^1.4.2",
"html5sortable": "^0.4.1",
"i18next-client": "^1.10.3",
"jquery": "^2.1.4",
"jquery-ui": "^1.10.5",
"lodash": "^3.10.0",
"moment": "^2.13.0",
"numeral": "^1.5.3",
"qs": "^6.2.1",
"sweetalert": "^1.1.3"
}
}