mirror of
https://github.com/itorquey/tn-community-browser.git
synced 2026-01-19 12:14:45 +00:00
25 lines
548 B
JSON
25 lines
548 B
JSON
{
|
|
"name": "tn-community-browser",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"angular": "^1.4.0",
|
|
"bootstrap-sass-official": "^3.2.0",
|
|
"angular-route": "^1.4.0",
|
|
"underscore": "~1.8.3",
|
|
"underscore.string": "~3.2.3",
|
|
"angular-xeditable": "~0.1.9",
|
|
"angular-bootstrap-switch": "~0.4.1"
|
|
},
|
|
"appPath": "app",
|
|
"moduleName": "tnCommunityBrowserApp",
|
|
"overrides": {
|
|
"bootstrap": {
|
|
"main": [
|
|
"less/bootstrap.less",
|
|
"dist/css/bootstrap.css",
|
|
"dist/js/bootstrap.js"
|
|
]
|
|
}
|
|
}
|
|
}
|