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",
|
2017-10-15 17:27:23 +00:00
|
|
|
"version": "1.15.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
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.8.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-07-04 12:30:23 +00:00
|
|
|
"autoprefixer": "^7.1.1",
|
2015-09-13 21:39:51 +00:00
|
|
|
"bower": "^1.5.2",
|
2017-07-04 12:30:23 +00:00
|
|
|
"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-09-13 21:39:51 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"postinstall": "bower install"
|
2015-08-25 05:59:54 +00:00
|
|
|
}
|
2015-01-03 22:49:28 +00:00
|
|
|
}
|