mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-17 12:52:22 +01:00
Update bower dependencies to more recent versions. Resolved hard-coded dependency by updating file upload PhantomJs to 2.x series for tests (@usta) Fix assertion in tests for compatibility with MongoDB 3.2 (@rhutchison) Improve coding style tests to avoid type errors (@ilanbiala) Fix refresh showing flash of scrollbar in menu Remove deprecated angular-ui-utils Fixes #1124
19 lines
529 B
JSON
19 lines
529 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-file-upload": "~2.2.0",
|
|
"angular-messages": "~1.5.0",
|
|
"angular-mocks": "~1.5.0",
|
|
"angular-resource": "~1.5.0",
|
|
"angular-ui-router": "~0.2.18",
|
|
"bootstrap": "~3.3.6",
|
|
"owasp-password-strength-test": "~1.3.0"
|
|
}
|
|
}
|