2015-09-13 21:39:51 +00:00
|
|
|
{
|
2016-09-04 02:50:37 +00:00
|
|
|
"name": "portainer",
|
2016-09-24 10:33:23 +00:00
|
|
|
"version": "1.9.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",
|
|
|
|
"dockerui"
|
2015-09-13 21:39:51 +00:00
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"Chart.js": "1.0.2",
|
2016-06-02 05:34:03 +00: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 05:58:30 +00:00
|
|
|
"angular-ui-select": "~0.17.1",
|
2016-06-02 05:34:03 +00:00
|
|
|
"bootstrap": "~3.3.6",
|
2016-07-07 01:17:44 +00:00
|
|
|
"font-awesome": "~4.6.3",
|
2016-10-01 08:38:20 +00:00
|
|
|
"filesize": "~3.3.0",
|
2016-08-23 06:09:14 +00:00
|
|
|
"Hover": "2.0.2",
|
2015-09-13 21:39:51 +00:00
|
|
|
"jquery": "1.11.1",
|
2015-12-07 06:01:08 +00:00
|
|
|
"jquery.gritter": "1.7.4",
|
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",
|
|
|
|
"xterm.js": "~1.0.0"
|
2015-09-13 21:39:51 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2016-06-02 05:34:03 +00:00
|
|
|
"angular": "1.5.5"
|
2015-09-13 21:39:51 +00:00
|
|
|
}
|
|
|
|
}
|