2015-09-13 21:39:51 +00:00
|
|
|
{
|
2016-09-04 02:50:37 +00:00
|
|
|
"name": "portainer",
|
2017-10-15 17:27:23 +00:00
|
|
|
"version": "1.15.0",
|
2016-09-23 06:28:20 +00:00
|
|
|
"homepage": "https://github.com/portainer/portainer",
|
2015-09-13 21:39:51 +00:00
|
|
|
"authors": [
|
2016-09-23 06:28:20 +00:00
|
|
|
"Anthony Lapenna <anthony.lapenna at gmail dot com>"
|
2015-09-13 21:39:51 +00:00
|
|
|
],
|
|
|
|
"description": "A web interface for the Docker Remote API.",
|
|
|
|
"keywords": [
|
|
|
|
"docker",
|
2016-09-04 02:50:37 +00:00
|
|
|
"ui",
|
|
|
|
"api",
|
|
|
|
"portainer",
|
|
|
|
"uifordocker",
|
2017-02-13 22:39:26 +00:00
|
|
|
"dockerui",
|
|
|
|
"swarm"
|
2015-09-13 21:39:51 +00:00
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2016-06-02 05:34:03 +00:00
|
|
|
"angular": "~1.5.0",
|
|
|
|
"angular-cookies": "~1.5.0",
|
2017-02-13 05:16:14 +00:00
|
|
|
"angular-bootstrap": "~2.5.0",
|
2016-06-02 05:34:03 +00:00
|
|
|
"angular-sanitize": "~1.5.0",
|
|
|
|
"angular-mocks": "~1.5.0",
|
|
|
|
"angular-resource": "~1.5.0",
|
2017-05-23 18:56:10 +00:00
|
|
|
"angular-ui-select": "~0.19.6",
|
2016-11-17 12:50:46 +00:00
|
|
|
"angular-utils-pagination": "~0.11.1",
|
2016-12-15 03:33:47 +00:00
|
|
|
"angular-local-storage": "~0.5.2",
|
|
|
|
"angular-jwt": "~0.1.8",
|
2017-10-24 07:32:21 +00:00
|
|
|
"angular-json-tree": "1.0.1",
|
2017-02-13 22:39:26 +00:00
|
|
|
"angular-google-analytics": "~1.1.9",
|
2016-06-02 05:34:03 +00:00
|
|
|
"bootstrap": "~3.3.6",
|
2016-10-01 08:38:20 +00:00
|
|
|
"filesize": "~3.3.0",
|
2015-09-13 21:39:51 +00:00
|
|
|
"jquery": "1.11.1",
|
2016-06-02 05:34:03 +00:00
|
|
|
"lodash": "4.12.0",
|
|
|
|
"rdash-ui": "1.0.*",
|
2016-08-03 03:12:53 +00:00
|
|
|
"moment": "~2.14.1",
|
2016-12-25 20:34:02 +00:00
|
|
|
"font-awesome": "~4.7.0",
|
2017-02-10 05:11:00 +00:00
|
|
|
"ng-file-upload": "~12.2.13",
|
2017-02-15 22:14:56 +00:00
|
|
|
"splitargs": "~0.2.0",
|
2017-04-12 19:47:22 +00:00
|
|
|
"bootbox.js": "bootbox#^4.4.0",
|
2017-05-23 18:56:10 +00:00
|
|
|
"angular-multi-select": "~4.0.0",
|
2017-07-11 14:52:39 +00:00
|
|
|
"toastr": "~2.1.3",
|
2017-09-09 16:49:21 +00:00
|
|
|
"xterm.js": "~2.8.1",
|
2017-09-20 06:32:19 +00:00
|
|
|
"chart.js": "~2.6.0",
|
2017-09-21 14:00:53 +00:00
|
|
|
"angularjs-slider": "^6.4.0",
|
2017-10-15 17:24:40 +00:00
|
|
|
"angular-ui-router": "~1.0.6",
|
|
|
|
"codemirror": "~5.30.0",
|
|
|
|
"js-yaml": "~3.10.0"
|
2015-09-13 21:39:51 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2017-05-23 18:56:10 +00:00
|
|
|
"angular": "1.5.11"
|
2015-09-13 21:39:51 +00:00
|
|
|
}
|
|
|
|
}
|