73 lines
1.6 KiB
Plaintext
73 lines
1.6 KiB
Plaintext
{
|
|
"title": "",
|
|
"libDir": "lib",
|
|
"paths": [],
|
|
"libraries": [
|
|
"enyo",
|
|
"moonstone",
|
|
"spotlight",
|
|
"layout",
|
|
"svg",
|
|
"enyo-ilib",
|
|
"enyo-webos"
|
|
],
|
|
"sources": {
|
|
"enyo": "https://github.com/enyojs/enyo.git",
|
|
"moonstone": "https://github.com/enyojs/moonstone.git",
|
|
"spotlight": "https://github.com/enyojs/spotlight.git",
|
|
"layout": "https://github.com/enyojs/layout.git",
|
|
"svg": "https://github.com/enyojs/svg.git",
|
|
"enyo-ilib": "https://github.com/enyojs/enyo-ilib.git",
|
|
"enyo-webos": "https://github.com/enyojs/enyo-webos.git"
|
|
},
|
|
"targets": {
|
|
"enyo": "2.7.0",
|
|
"moonstone": "2.7.0",
|
|
"spotlight": "2.7.0",
|
|
"layout": "2.7.0",
|
|
"svg": "2.7.0",
|
|
"enyo-ilib": "2.7.0",
|
|
"enyo-webos": "2.7.0"
|
|
},
|
|
"production": false,
|
|
"devMode": true,
|
|
"cache": true,
|
|
"resetCache": false,
|
|
"trustCache": false,
|
|
"cacheFile": ".enyocache",
|
|
"clean": false,
|
|
"sourceMaps": true,
|
|
"externals": true,
|
|
"strict": false,
|
|
"skip": [],
|
|
"library": false,
|
|
"wip": false,
|
|
"outDir": "dist",
|
|
"outFile": "index.html",
|
|
"lessPlugins": [
|
|
{
|
|
"name": "resolution-independence",
|
|
"options": {
|
|
"baseSize": 24
|
|
}
|
|
}
|
|
],
|
|
"assetRoots": [],
|
|
"lessOnlyLess": false,
|
|
"minifyCss": false,
|
|
"inlineCss": true,
|
|
"outCssFile": "output.css",
|
|
"outJsFile": "output.js",
|
|
"inlineJs": true,
|
|
"templateIndex": "",
|
|
"watch": false,
|
|
"watchPaths": [],
|
|
"polling": false,
|
|
"pollingInterval": 100,
|
|
"headScripts": [],
|
|
"tailScripts": [],
|
|
"promisePolyfill": false,
|
|
"styleOnly": false,
|
|
"lessVars": []
|
|
}
|