-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "delite",
"version": "0.9.20",
"description": "core UI infrastructure for building multi channel, enterprise class Web Components to be used in Web & Mobile Hybrid applications",
"homepage": "http://ibm-js.github.io/delite/",
"repository": {
"type": "git",
"url": "https://github.com/ibm-js/delite"
},
"bugs": "https://github.com/ibm-js/delite/issues",
"dependencies": {
"@webcomponents/custom-elements": "1.1.x",
"dcl": "^2.0.11",
"ibm-decor": "^0.8.1",
"lit-html": "^1.2.1",
"messageformat": "1.0.2",
"requirejs-domready": "2.0.x",
"requirejs-dplugins": "0.7.x",
"requirejs-text": "2.0.x",
"resize-observer-polyfill": "1.5.x"
},
"devDependencies": {
"clean-css": "^4.2.3",
"dijit": "^1.16.2",
"dojo-dstore": "1.1.x",
"grunt": "^1.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-eslint": "^22.0.0",
"intern": "^4.10.1",
"jsdoc-amddcl": "git+https://github.com/ibm-js/jsdoc-amddcl.git#master",
"jsdom": ">=16.5.1",
"requirejs": "^2.3.6"
},
"jsdocDependencies": [
"ibm-decor"
],
"licenses": [
{
"type": "BSD",
"url": "https://github.com/ibm-js/delite/blob/master/LICENSE"
}
]
}