-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1019 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1019 Bytes
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
{
"name": "@drumee/ui-core",
"version": "1.1.41",
"description": "Drumee Rendering Engine Core Library",
"main": "letc/index.js",
"repository": {
"type": "git",
"url": "git://github.com/drumee/ui-core.git"
},
"keywords": [
"Javascript",
"User",
"Interface",
"Pattern",
"Design",
"MVC",
"Client-side",
"Rendering",
"Engine",
"Json-based"
],
"author": "Somanos Sar <somanos@drumee.com> (http://drumee.org)",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/drumee/ui-core/issues"
},
"scripts": {
"release": "git push && npm publish --access public && npm version patch"
},
"homepage": "https://github.com/drumee/ui-core#readme",
"dependencies": {
"@drumee/ui-essentials": "^1.0.1",
"backbone": "^1.6.1",
"backbone.marionette": "^4.1.3",
"backbone.radio": "^2.0.0",
"dompurify": "^3.3.0",
"gsap": "^3.15.0",
"jquery": "^4.0.0",
"jquery-ui": "^1.14.2",
"lodash": "^4.18.1"
}
}