]> git.proxmox.com Git - extjs.git/blob - extjs/modern/theme-neptune/package.json
add extjs 6.0.1 sources
[extjs.git] / extjs / modern / theme-neptune / package.json
1 {
2 /**
3 * The namespace of this package.
4 *
5 * As a general rule, all classes that belong to this package should be under this namespace
6 * if multiple namespaces are part of this package, set this to "".
7 */
8 "namespace": "Ext",
9
10 "name": "theme-neptune",
11 "type": "theme",
12 "extend": "theme-base",
13
14 "framework": "ext",
15 "toolkit": "modern",
16 //"requires": [
17 // ...
18 //],
19
20 "creator": "Sencha",
21 "summary": "Ext JS Modern Neptune Theme",
22 "detailedDescription": "The Neptune theme provides a mostly flat/borderless look.",
23
24 "version": "6.0.1.250",
25 "compatVersion": "6.0.0",
26 "format": "1",
27
28 "output": "${workspace.subpkg.prefix}/${package.name}",
29 "local": true,
30
31 "sass": {
32 "namespace": "Ext",
33
34 "etc": "${package.dir}/sass/etc/all.scss",
35
36 "var": "${package.dir}/sass/var",
37
38 "src": "${package.dir}/sass/src"
39 },
40
41 "classpath": "${package.dir}/src",
42
43 "overrides": "${package.dir}/overrides"
44 }