2015-09-13 16:39:51 -05:00
|
|
|
{
|
2016-09-04 14:50:37 +12:00
|
|
|
"name": "portainer",
|
2016-11-26 00:50:50 +13:00
|
|
|
"version": "1.10.2",
|
2016-09-23 18:28:20 +12:00
|
|
|
"homepage": "https://github.com/portainer/portainer",
|
2015-09-13 16:39:51 -05:00
|
|
|
"authors": [
|
2016-09-23 18:28:20 +12:00
|
|
|
"Anthony Lapenna <anthony.lapenna at gmail dot com>"
|
2015-09-13 16:39:51 -05:00
|
|
|
],
|
|
|
|
"description": "A web interface for the Docker Remote API.",
|
|
|
|
"keywords": [
|
|
|
|
"docker",
|
2016-09-04 14:50:37 +12:00
|
|
|
"ui",
|
|
|
|
"api",
|
|
|
|
"portainer",
|
|
|
|
"uifordocker",
|
|
|
|
"dockerui"
|
2015-09-13 16:39:51 -05:00
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"Chart.js": "1.0.2",
|
2016-06-02 17:34:03 +12:00
|
|
|
"angular": "~1.5.0",
|
|
|
|
"angular-cookies": "~1.5.0",
|
|
|
|
"angular-bootstrap": "~1.0.3",
|
|
|
|
"angular-ui-router": "^0.2.15",
|
|
|
|
"angular-sanitize": "~1.5.0",
|
|
|
|
"angular-mocks": "~1.5.0",
|
|
|
|
"angular-resource": "~1.5.0",
|
2016-06-02 17:58:30 +12:00
|
|
|
"angular-ui-select": "~0.17.1",
|
2016-11-17 21:50:46 +09:00
|
|
|
"angular-utils-pagination": "~0.11.1",
|
2016-06-02 17:34:03 +12:00
|
|
|
"bootstrap": "~3.3.6",
|
2016-07-07 13:17:44 +12:00
|
|
|
"font-awesome": "~4.6.3",
|
2016-10-01 21:38:20 +13:00
|
|
|
"filesize": "~3.3.0",
|
2015-09-13 16:39:51 -05:00
|
|
|
"jquery": "1.11.1",
|
2015-12-07 00:01:08 -06:00
|
|
|
"jquery.gritter": "1.7.4",
|
2016-06-02 17:34:03 +12:00
|
|
|
"lodash": "4.12.0",
|
|
|
|
"rdash-ui": "1.0.*",
|
2016-08-03 15:12:53 +12:00
|
|
|
"moment": "~2.14.1",
|
2016-10-07 17:19:25 +13:00
|
|
|
"xterm.js": "~2.0.1"
|
2015-09-13 16:39:51 -05:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2016-06-02 17:34:03 +12:00
|
|
|
"angular": "1.5.5"
|
2015-09-13 16:39:51 -05:00
|
|
|
}
|
|
|
|
}
|