mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-28 07:21:41 +03:00
22 lines
396 B
JSON
22 lines
396 B
JSON
|
{
|
||
|
"name": "admin",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"bootstrap-sass": "~3.3.5",
|
||
|
"modernizr": "~2.8.3"
|
||
|
},
|
||
|
"overrides": {
|
||
|
"bootstrap-sass": {
|
||
|
"main": [
|
||
|
"assets/stylesheets/_bootstrap.scss",
|
||
|
"assets/fonts/bootstrap/*",
|
||
|
"assets/javascripts/bootstrap.js"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"chai": "~3.3.0",
|
||
|
"mocha": "~2.3.3"
|
||
|
}
|
||
|
}
|