25 lines
470 B
JSON
25 lines
470 B
JSON
{
|
|
"name": "client",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"angular": "^1.6.0",
|
|
"bootstrap": "^3.2.0",
|
|
"angular-sanitize": "^1.6.0",
|
|
"angular-ui-router": "1.0.0-beta.3"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "^1.6.0"
|
|
},
|
|
"appPath": "app",
|
|
"moduleName": "clientApp",
|
|
"overrides": {
|
|
"bootstrap": {
|
|
"main": [
|
|
"less/bootstrap.less",
|
|
"dist/css/bootstrap.css",
|
|
"dist/js/bootstrap.js"
|
|
]
|
|
}
|
|
}
|
|
}
|