forked from shaba/openuds
1187c0aa5e
* Updated Admin CSS (Testing new view) * Minor fixes (typos)
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"
|
|
}
|
|
}
|