-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 1.11 KB
/
bower.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
{
"name": "maslosoft-binder",
"version": "3.0.0",
"authors": [
"Peter Maselkowski <[email protected]>"
],
"description": "Knockout JS tracker and binding handlers with coffee and sugar",
"main": "dist/ko.binder.min.js",
"moduleType": [
"globals"
],
"keywords": [
"knockout",
"knockoutjs",
"mvvc",
"binding-handlers"
],
"license": "MIT",
"homepage": "https://maslosoft.com/binder/",
"ignore": [
"**/.*",
"dev",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"knockout": "^3",
"moment": "^2",
"datejs_original": "*",
"pickadate": "^3",
"bootstrap-datepicker": "^1",
"awesome-rating": "^1"
},
"devDependencies": {
"jquery-ui": "^1",
"jquery": "^3",
"knockout.punches": "[email protected]:mbest/knockout.punches.git",
"knockout-sortable": "^1",
"knockout-es5": "[email protected]:Maslosoft/knockout-es5.git#master",
"highlightjs": "~8",
"bootstrap": "^3",
"mocha": "^2",
"chai": "^4",
"proxy-polyfill": "^0",
"maslosoft-playlist": "^1",
"select2": "^4"
}
}