mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-21 06:42:28 +01:00
24 lines
634 B
JSON
24 lines
634 B
JSON
{
|
|
"name": "mean",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"bootstrap": "2.3.2",
|
|
"angular": "~1.0.6",
|
|
"angular-resource": "~1.0.6",
|
|
"angular-cookies": "~1.0.6",
|
|
"angular-bootstrap": "~0.4.0",
|
|
"angular-ui-utils": "0.0.4",
|
|
"json3": "~3.2.4",
|
|
"jquery": "~1.9.1"
|
|
},
|
|
"exportsOverride": {
|
|
"bootstrap": {
|
|
"css": "docs/assets/css/bootstrap*.css",
|
|
"js": "docs/assets/js/bootstrap.js",
|
|
"img": "docs/assets/img/glyphicons-halflings*.png"
|
|
},
|
|
"angular-ui-utils": {
|
|
"modules": "modules/route/route.js"
|
|
}
|
|
}
|
|
} |