mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-15 11:52:23 +01:00
20 lines
478 B
JSON
20 lines
478 B
JSON
{
|
|
"name": "meanjs",
|
|
"version": "0.4.0",
|
|
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
|
|
"dependencies": {
|
|
"bootstrap": "~3",
|
|
"angular": "~1.3",
|
|
"angular-resource": "~1.3",
|
|
"angular-animate": "~1.3",
|
|
"angular-mocks": "~1.3",
|
|
"angular-bootstrap": "~0.13",
|
|
"angular-ui-utils": "bower",
|
|
"angular-ui-router": "~0.2",
|
|
"angular-file-upload": "~1.1.5"
|
|
},
|
|
"resolutions": {
|
|
"angular": "~1.3"
|
|
}
|
|
}
|