2013-07-09 20:40:39 +03:00
|
|
|
{
|
2017-03-25 16:00:42 +08:00
|
|
|
"name": "meantorrent",
|
2017-03-23 13:48:43 +08:00
|
|
|
"description": "MEAN.JS BitTorrent - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js, a Private BitTorrent Tracker CMS",
|
|
|
|
|
"homepage": "https://github.com/taobataoma/meanTorrent.git",
|
2015-09-17 00:44:33 +03:00
|
|
|
"license": "MIT",
|
2015-07-05 17:51:19 -04:00
|
|
|
"dependencies": {
|
2016-02-11 20:39:11 +01:00
|
|
|
"angular": "~1.5.0",
|
|
|
|
|
"angular-animate": "~1.5.0",
|
2017-05-08 11:30:35 +08:00
|
|
|
"angular-bootstrap": "^2.5.0",
|
2016-02-11 20:39:11 +01:00
|
|
|
"angular-messages": "~1.5.0",
|
|
|
|
|
"angular-mocks": "~1.5.0",
|
|
|
|
|
"angular-resource": "~1.5.0",
|
2016-10-10 17:51:44 -04:00
|
|
|
"angular-ui-notification": "~0.2.0",
|
2016-02-11 20:39:11 +01:00
|
|
|
"angular-ui-router": "~0.2.18",
|
|
|
|
|
"bootstrap": "~3.3.6",
|
2016-11-15 23:59:47 +00:00
|
|
|
"ng-file-upload": "~12.1.0",
|
2017-03-25 16:00:42 +08:00
|
|
|
"owasp-password-strength-test": "~1.3.0",
|
2017-03-28 10:10:38 +08:00
|
|
|
"angular-translate": "^2.15.1",
|
2017-04-01 10:27:14 +08:00
|
|
|
"bootstrap-filestyle": "^1.2.1",
|
2017-04-05 12:33:48 +08:00
|
|
|
"Ionicons": "ionicons#^2.0.1",
|
|
|
|
|
"angular-moment": "^1.0.1",
|
2017-04-07 23:29:01 +08:00
|
|
|
"moment": "^2.18.1",
|
|
|
|
|
"angular-file-saver": "^1.1.3",
|
2017-04-09 17:34:32 +08:00
|
|
|
"file-saver": "^1.3.3",
|
2017-04-21 15:48:34 +08:00
|
|
|
"angular-sanitize": "1.5.11",
|
|
|
|
|
"marked": "^0.3.6",
|
2017-05-03 09:27:46 +08:00
|
|
|
"angular-marked": "^1.2.2",
|
2017-05-04 14:39:19 +08:00
|
|
|
"ui-cropper": "^1.0.4",
|
2017-05-05 10:59:13 +08:00
|
|
|
"highlightjs": "^9.10.0",
|
2017-05-06 13:27:19 +08:00
|
|
|
"angular-local-storage": "^0.5.2",
|
2017-06-22 12:55:52 +08:00
|
|
|
"flag-icon-css": "^2.8.0",
|
|
|
|
|
"jquery-popup-overlay": "https://github.com/vast-engineering/jquery-popup-overlay.git#^1.7.13"
|
2016-02-17 23:08:35 -03:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"bootstrap": {
|
|
|
|
|
"main": [
|
|
|
|
|
"dist/css/bootstrap.css",
|
|
|
|
|
"dist/css/bootstrap-theme.css",
|
|
|
|
|
"less/bootstrap.less"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"jquery": {
|
|
|
|
|
"main": []
|
|
|
|
|
}
|
2015-07-05 17:51:19 -04:00
|
|
|
}
|
|
|
|
|
}
|