mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-19 05:42:22 +01:00
Added visual notification for user/article updates angular-ui-notification config added to core client config Notification idea from #369
33 lines
820 B
JSON
33 lines
820 B
JSON
{
|
|
"name": "meanjs",
|
|
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
|
|
"homepage": "http://meanjs.org/",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"angular": "~1.5.0",
|
|
"angular-animate": "~1.5.0",
|
|
"angular-bootstrap": "~1.2.1",
|
|
"angular-messages": "~1.5.0",
|
|
"angular-mocks": "~1.5.0",
|
|
"angular-resource": "~1.5.0",
|
|
"angular-ui-notification": "~0.2.0",
|
|
"angular-ui-router": "~0.2.18",
|
|
"bootstrap": "~3.3.6",
|
|
"ng-file-upload": "^12.1.0",
|
|
"ng-img-crop": "ngImgCrop#^0.3.2",
|
|
"owasp-password-strength-test": "~1.3.0"
|
|
},
|
|
"overrides": {
|
|
"bootstrap": {
|
|
"main": [
|
|
"dist/css/bootstrap.css",
|
|
"dist/css/bootstrap-theme.css",
|
|
"less/bootstrap.less"
|
|
]
|
|
},
|
|
"jquery": {
|
|
"main": []
|
|
}
|
|
}
|
|
}
|