-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 2.33 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
{
"name": "maslosoft-binder",
"version": "3.0.0",
"description": "Binding handlers for knockout js",
"main": "ko.binder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'bower_components', 'junction') } catch (e) { }\""
},
"repository": {
"type": "git",
"url": "git://github.com/Maslosoft/Binder.git"
},
"keywords": [
"knockout",
"knockoutjs",
"mvvm"
],
"author": "Peter Maselkowski <[email protected]>",
"license": "AGPL/Commercial",
"bugs": {
"url": "https://github.com/Maslosoft/Binder/issues"
},
"devDependencies": {
"@bower_components/bootstrap": "twbs/bootstrap#~3",
"@bower_components/chai": "chaijs/chai#^3.5.0",
"@bower_components/highlightjs": "components/highlightjs#~8",
"@bower_components/jquery": "jquery/jquery-dist#^3",
"@bower_components/jquery-ui": "components/jqueryui#^1",
"@bower_components/knockout-es5": "https://github.com/Maslosoft/knockout-es5.git#master",
"@bower_components/knockout-sortable": "rniemeyer/knockout-sortable#^1",
"@bower_components/knockout-switch-case": "mbest/knockout-switch-case#^2",
"@bower_components/knockout.punches": "mbest/knockout.punches#^0.5",
"@bower_components/maslosoft-playlist": "Maslosoft/Playlist#^1.0.10",
"@bower_components/mocha": "mochajs/mocha#^3",
"@bower_components/proxy-polyfill": "GoogleChrome/proxy-polyfill#^0.3",
"@bower_components/select2": "ivaynberg/select2#^4.0.3",
"grunt": "^1",
"grunt-contrib-coffee": "^2",
"grunt-contrib-concat": "^2",
"grunt-contrib-uglify": "~5",
"grunt-contrib-watch": "^1",
"weakmap": "^0.0.6"
},
"dependencies": {
"@bower_components/awesome-rating": "bandraszyk/awesome-rating#^1.0.0",
"@bower_components/bootstrap-datepicker": "eternicode/bootstrap-datepicker#^1.6.4",
"@bower_components/datejs_original": "dimko1/datejs-bower#*",
"@bower_components/fancytree": "mar10/fancytree#~2",
"@bower_components/knockout": "SteveSanderson/knockout#~3",
"@bower_components/moment": "moment/moment#~2",
"@bower_components/pickadate": "amsul/pickadate.js#^3.5.6",
"datejs": "^1.0.0-rc3",
"google-maps": "^3.3.0"
},
"engines": {
"yarn": ">= 1.0.0"
}
}