-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
47 lines (47 loc) · 1.41 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
{
"name": "@sencha/ext-modern-locale",
"version": "7.8.0",
"sencha": {
"name": "mvp-modern-locale",
"namespace": "Ext",
"type": "code",
"alternateName": [
"mvp-ext-locale"
],
"framework": "ext",
"toolkit": "modern",
"creator": "Wemerson Januario",
"summary": "Ext JS Modern toolkit locale",
"detailedDescription": "Ext JS Modern toolkit locale for localization to a local language",
"version": "7.8.0.33",
"compatVersion": "7.8.0",
"format": "1",
"output": "${workspace.subpkg.prefix}/${package.name}",
"local": true,
"build": {
"dir": "${package.output}"
},
"sass": {
"namespace": "Ext",
"etc": "${package.dir}/sass/etc/all.scss",
"var": "${package.dir}/sass/var",
"src": "${package.dir}/sass/src"
},
"classpath": "${package.dir}/src",
"overrides": "${package.dir}/overrides/${package.locale}"
},
"license": "SEE LICENSE IN license.txt",
"dependencies": {},
"author": "Wemerson Januario",
"homepage": "https://www.sencha.com/products/extjs/",
"bugs": "https://github.com/wemersonjanuario/modern-locale/issues",
"keywords": [
"sencha",
"sencha-mvp",
"mvp",
"extjs",
"ext js",
"ext-js",
"ext"
]
}