mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
19 lines
281 B
JSON
19 lines
281 B
JSON
{
|
|
"dependencies": {
|
|
"scripts/app.js": {
|
|
"files": [
|
|
"assets/**/*",
|
|
],
|
|
"main": true
|
|
},
|
|
"main.css": {
|
|
"files": [
|
|
"styles/main.less"
|
|
],
|
|
"main": true
|
|
},
|
|
"modernizr.js": {
|
|
"bower": ["modernizr"]
|
|
}
|
|
}
|
|
} |