forked from plone/mockup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 5.72 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "mockup",
"version": "3.2.2",
"description": "A collection of client side patterns for faster and easier web development",
"homepage": "http://plone.github.io/mockup",
"license": "BSD-3-Clause",
"engines": {
"node": ">=8.12.0",
"yarn": "^1.3.2"
},
"resolutions": {
"backbone": "https://github.com/jashkenas/backbone.git#1.1.2",
"underscore": "1.9.1",
"jqtree": "1.4.10",
"jquery": "1.12.4",
"datatables.net": "https://github.com/DataTables/Dist-DataTables.git#1.10.16",
"datatables.net-bs": "https://github.com/DataTables/Dist-DataTables-Bootstrap.git#1.10.16"
},
"dependencies": {
"ace-builds": "https://github.com/ajaxorg/ace-builds.git#v1.2.6",
"backbone": "https://github.com/jashkenas/backbone.git#1.1.2",
"backbone.paginator": "https://github.com/addyosmani/backbone.paginator.git#0.8.1",
"bootstrap": "https://github.com/twbs/bootstrap.git#v3.4.1",
"cs-jqtree-contextmenu": "https://github.com/ChadSikorra/jqTreeContextMenu.git#master",
"datatables.net": "https://github.com/DataTables/Dist-DataTables.git#1.10.16",
"datatables.net-autofill": "https://github.com/DataTables/Dist-DataTables-AutoFill.git#2.2.2",
"datatables.net-autofill-bs": "https://github.com/DataTables/Dist-DataTables-AutoFill-Bootstrap.git#2.2.2",
"datatables.net-bs": "https://github.com/DataTables/Dist-DataTables-Bootstrap.git#1.10.16",
"datatables.net-buttons": "https://github.com/DataTables/Dist-DataTables-Buttons.git#1.4.2",
"datatables.net-buttons-bs": "https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap.git#1.4.2",
"datatables.net-colreorder": "https://github.com/DataTables/Dist-DataTables-ColReorder.git#1.4.1",
"datatables.net-colreorder-bs": "https://github.com/DataTables/Dist-DataTables-ColReorder-Bootstrap.git#1.4.1",
"datatables.net-fixedcolumns": "https://github.com/DataTables/Dist-DataTables-FixedColumns.git#3.2.3",
"datatables.net-fixedcolumns-bs": "https://github.com/DataTables/Dist-DataTables-FixedColumns-Bootstrap.git#3.2.3",
"datatables.net-fixedheader": "https://github.com/DataTables/Dist-DataTables-FixedHeader.git#3.1.3",
"datatables.net-fixedheader-bs": "https://github.com/DataTables/Dist-DataTables-FixedHeader-Bootstrap.git#3.1.3",
"datatables.net-keytable": "https://github.com/DataTables/Dist-DataTables-KeyTable.git#2.3.2",
"datatables.net-keytable-bs": "https://github.com/DataTables/Dist-DataTables-KeyTable-Bootstrap.git#2.3.2",
"datatables.net-responsive": "https://github.com/DataTables/Dist-DataTables-Responsive.git#2.2.0",
"datatables.net-responsive-bs": "https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap.git#2.2.0",
"datatables.net-rowreorder": "https://github.com/DataTables/Dist-DataTables-RowReorder.git#1.2.3",
"datatables.net-rowreorder-bs": "https://github.com/DataTables/Dist-DataTables-RowReorder-Bootstrap.git#1.2.3",
"datatables.net-scroller": "https://github.com/DataTables/Dist-DataTables-Scroller.git#1.4.3",
"datatables.net-scroller-bs": "https://github.com/DataTables/Dist-DataTables-Scroller-Bootstrap.git#1.4.3",
"datatables.net-select": "https://github.com/DataTables/Dist-DataTables-Select.git#1.2.3",
"datatables.net-select-bs": "https://github.com/DataTables/Dist-DataTables-Select-Bootstrap.git#1.2.3",
"dropzone": "https://github.com/enyo/dropzone.git#v4.3.0",
"jqtree": "1.4.10",
"jquery": "1.12.4",
"jquery-form": "https://github.com/jquery-form/form.git#4.2.2",
"jquery.browser": "https://github.com/gabceb/jquery-browser-plugin.git#v0.1.0",
"jquery.cookie": "https://github.com/carhartl/jquery-cookie.git#v1.4.1",
"jquery.recurrenceinput.js": "https://github.com/collective/jquery.recurrenceinput.js.git#master",
"logging": "https://github.com/Patternslib/logging.git#1.0.2",
"moment": "2.24.0",
"patternslib": "https://github.com/Patternslib/Patterns.git#2.1.3",
"pickadate": "https://github.com/amsul/pickadate.js.git#3.6.4",
"react": "https://github.com/facebook/react.git#v0.10.0",
"requirejs-text": "https://github.com/requirejs/text.git#2.0.15",
"select2": "https://github.com/ivaynberg/select2.git#3.5.4",
"tinymce-builded": "https://github.com/artursmirnov/tinymce_builded.git#4.7.13"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "~3.0.2",
"expect": "https://github.com/Automattic/expect.js#0.3.1",
"extend": "~3.0.2",
"grunt": "~1.0.3",
"grunt-cli": "~1.3.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-less": "~1.4.1",
"grunt-contrib-requirejs": "~1.0.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-karma": "~3.0.0",
"grunt-sed": "collective/grunt-sed#e625902539f5c29f1246228270a0330c1097b1e4",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage": "~1.1.2",
"karma-firefox-launcher": "~1.1.0",
"karma-junit-reporter": "~1.2.0",
"karma-mocha": "~1.3.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-requirejs": "~1.1.0",
"karma-sauce-launcher": "~1.2.0",
"karma-script-launcher": "~1.0.0",
"karma-sinon": "^1.0.5",
"karma-spec-reporter": "0.0.32",
"lcov-result-merger": "~3.1.0",
"less": "~2.7.3",
"minimatch": "^3.0.4",
"mocha": "~6.1.4",
"phantomjs-prebuilt": "~2.1.16",
"requirejs": "~2.2.0",
"sinon": "7.5.0"
},
"maintainers": [
{
"name": "Plone Foundation",
"email": "plone-developers@lists.sourceforge.net",
"url": "http://plone.org"
}
],
"repository": {
"type": "git",
"url": "https://github.com/plone/mockup.git"
},
"bugs": {
"url": "https://github.com/plone/mockup/issues",
"email": "plone-developers@lists.sourceforge.net"
}
}