2015-01-03 22:49:28 +00:00
|
|
|
{
|
2016-09-23 06:28:20 +00:00
|
|
|
"author": "Portainer.io",
|
2016-09-04 02:50:37 +00:00
|
|
|
"name": "portainer",
|
2016-09-23 06:28:20 +00:00
|
|
|
"homepage": "http://portainer.io",
|
2018-12-12 04:03:25 +00:00
|
|
|
"version": "1.20.0",
|
2015-08-25 05:59:54 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-09-23 06:28:20 +00:00
|
|
|
"url": "git@github.com:portainer/portainer.git"
|
2015-08-25 05:59:54 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2016-09-23 06:28:20 +00:00
|
|
|
"url": "https://github.com/portainer/portainer/issues"
|
2015-08-25 05:59:54 +00:00
|
|
|
},
|
2017-02-13 22:39:26 +00:00
|
|
|
"config": {
|
|
|
|
"GA_ID": "UA-84944922-2"
|
|
|
|
},
|
2015-08-25 05:59:54 +00:00
|
|
|
"licenses": [
|
|
|
|
{
|
2017-02-13 22:39:26 +00:00
|
|
|
"type": "Zlib",
|
2016-09-23 06:28:20 +00:00
|
|
|
"url": "https://raw.githubusercontent.com/portainer/portainer/develop/LICENSE"
|
2015-01-03 22:49:28 +00:00
|
|
|
}
|
2015-08-25 05:59:54 +00:00
|
|
|
],
|
2018-08-13 15:28:59 +00:00
|
|
|
"scripts": {
|
2018-09-16 02:34:46 +00:00
|
|
|
"grunt": "grunt",
|
2018-11-26 21:05:13 +00:00
|
|
|
"start": "grunt run-dev",
|
|
|
|
"start:server": "yarn build:server:offline && grunt shell:run:amd64",
|
|
|
|
"clean:all": "grunt clean:all",
|
|
|
|
"build": "grunt build",
|
|
|
|
"build:server:offline": "cd ./api/cmd/portainer && CGO_ENABLED=0 go build -a --installsuffix cgo --ldflags '-s' && mv -f portainer ../../../dist/portainer-linux-amd64"
|
2018-08-13 15:28:59 +00:00
|
|
|
},
|
2015-08-25 05:59:54 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.8.4"
|
|
|
|
},
|
2017-12-05 08:52:38 +00:00
|
|
|
"dependencies": {
|
2018-07-11 08:39:20 +00:00
|
|
|
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
|
2018-01-21 16:26:24 +00:00
|
|
|
"@uirouter/angularjs": "~1.0.6",
|
2017-12-05 08:52:38 +00:00
|
|
|
"angular": "~1.5.0",
|
2018-02-28 06:19:28 +00:00
|
|
|
"angular-clipboard": "^1.6.2",
|
2017-12-05 08:52:38 +00:00
|
|
|
"angular-cookies": "~1.5.0",
|
2018-07-23 05:01:03 +00:00
|
|
|
"angular-file-saver": "^1.1.3",
|
2018-01-21 16:26:24 +00:00
|
|
|
"angular-google-analytics": "github:revolunet/angular-google-analytics#~1.1.9",
|
|
|
|
"angular-json-tree": "1.0.1",
|
|
|
|
"angular-jwt": "~0.1.8",
|
|
|
|
"angular-loading-bar": "~0.9.0",
|
|
|
|
"angular-local-storage": "~0.5.2",
|
|
|
|
"angular-messages": "~1.5.0",
|
2017-12-05 08:52:38 +00:00
|
|
|
"angular-mocks": "~1.5.0",
|
2018-12-06 19:53:23 +00:00
|
|
|
"angular-moment-picker": "^0.10.2",
|
2017-12-05 08:52:38 +00:00
|
|
|
"angular-resource": "~1.5.0",
|
2018-01-21 16:26:24 +00:00
|
|
|
"angular-sanitize": "~1.5.0",
|
|
|
|
"angular-ui-bootstrap": "~2.5.0",
|
2017-12-05 08:52:38 +00:00
|
|
|
"angular-utils-pagination": "~0.11.1",
|
2018-02-28 06:19:28 +00:00
|
|
|
"angularjs-scroll-glue": "^2.2.0",
|
2018-01-21 16:26:24 +00:00
|
|
|
"angularjs-slider": "^6.4.0",
|
|
|
|
"bootbox": "^4.4.0",
|
2019-01-17 19:51:12 +00:00
|
|
|
"bootstrap": "^3.4.0",
|
2018-01-21 16:26:24 +00:00
|
|
|
"chart.js": "~2.6.0",
|
|
|
|
"codemirror": "~5.30.0",
|
2017-12-05 08:52:38 +00:00
|
|
|
"filesize": "~3.3.0",
|
2018-01-21 16:26:24 +00:00
|
|
|
"isteven-angular-multiselect": "~4.0.0",
|
2018-01-22 16:44:49 +00:00
|
|
|
"jquery": "^3.3.1",
|
2018-01-21 16:26:24 +00:00
|
|
|
"js-yaml": "~3.10.0",
|
2018-08-13 17:10:09 +00:00
|
|
|
"lodash": "^4.17.10",
|
2018-03-08 01:42:50 +00:00
|
|
|
"moment": "^2.21.0",
|
2017-12-05 08:52:38 +00:00
|
|
|
"ng-file-upload": "~12.2.13",
|
2018-01-21 16:26:24 +00:00
|
|
|
"rdash-ui": "1.0.*",
|
2017-12-05 08:52:38 +00:00
|
|
|
"splitargs": "github:deviantony/splitargs#~0.2.0",
|
|
|
|
"toastr": "github:CodeSeven/toastr#~2.1.3",
|
2018-06-19 15:28:40 +00:00
|
|
|
"ui-select": "^0.19.8",
|
2018-11-23 09:00:30 +00:00
|
|
|
"xterm": "^3.8.0"
|
2017-12-05 08:52:38 +00:00
|
|
|
},
|
2015-08-25 05:59:54 +00:00
|
|
|
"devDependencies": {
|
2017-07-04 12:30:23 +00:00
|
|
|
"autoprefixer": "^7.1.1",
|
|
|
|
"cssnano": "^3.10.0",
|
2017-04-27 16:09:40 +00:00
|
|
|
"eslint": "^3.19.0",
|
2015-08-25 05:59:54 +00:00
|
|
|
"grunt": "~0.4.0",
|
2017-05-23 13:33:40 +00:00
|
|
|
"grunt-cli": "^1.2.0",
|
2017-05-19 15:48:03 +00:00
|
|
|
"grunt-config": "^1.0.0",
|
2015-08-25 05:59:54 +00:00
|
|
|
"grunt-contrib-clean": "~0.4.0",
|
2015-09-13 21:39:51 +00:00
|
|
|
"grunt-contrib-concat": "~0.1.3",
|
2015-08-25 05:59:54 +00:00
|
|
|
"grunt-contrib-copy": "~0.4.0",
|
2017-02-10 01:34:56 +00:00
|
|
|
"grunt-contrib-jshint": "^1.1.0",
|
2015-09-13 21:39:51 +00:00
|
|
|
"grunt-contrib-uglify": "^0.9.2",
|
|
|
|
"grunt-contrib-watch": "~0.3.1",
|
2016-12-30 23:20:38 +00:00
|
|
|
"grunt-filerev": "^2.3.1",
|
2015-08-25 05:59:54 +00:00
|
|
|
"grunt-html2js": "~0.1.0",
|
2015-09-13 21:39:51 +00:00
|
|
|
"grunt-karma": "~0.4.4",
|
2017-07-04 12:30:23 +00:00
|
|
|
"grunt-postcss": "^0.8.0",
|
2017-02-13 22:39:26 +00:00
|
|
|
"grunt-replace": "^1.0.1",
|
2016-12-30 23:20:38 +00:00
|
|
|
"grunt-shell": "^1.1.2",
|
2017-05-04 08:17:55 +00:00
|
|
|
"grunt-usemin": "^3.1.1",
|
2017-07-12 09:28:51 +00:00
|
|
|
"gruntify-eslint": "^3.1.0",
|
|
|
|
"load-grunt-tasks": "^3.5.2"
|
2015-08-25 05:59:54 +00:00
|
|
|
}
|
2015-01-03 22:49:28 +00:00
|
|
|
}
|