2015-01-03 16:49:28 -06:00
|
|
|
{
|
2016-09-04 14:50:37 +12:00
|
|
|
"author": "Cloud Inovasi",
|
|
|
|
"name": "portainer",
|
|
|
|
"homepage": "https://github.com/cloud-inovasi/portainer",
|
2016-09-07 18:31:32 +12:00
|
|
|
"version": "1.8.1",
|
2015-08-25 00:59:54 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-09-04 14:50:37 +12:00
|
|
|
"url": "git@github.com:cloud-inovasi/portainer.git"
|
2015-08-25 00:59:54 -05:00
|
|
|
},
|
|
|
|
"bugs": {
|
2016-09-04 14:50:37 +12:00
|
|
|
"url": "https://github.com/cloud-inovasi/portainer/issues"
|
2015-08-25 00:59:54 -05:00
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
2016-09-04 14:50:37 +12:00
|
|
|
"url": "https://raw.githubusercontent.com/cloud-inovasi/portainer/develop/LICENSE"
|
2015-01-03 16:49:28 -06:00
|
|
|
}
|
2015-08-25 00:59:54 -05:00
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.8.4"
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2015-09-13 16:39:51 -05:00
|
|
|
"bower": "^1.5.2",
|
2015-08-25 00:59:54 -05:00
|
|
|
"grunt": "~0.4.0",
|
|
|
|
"grunt-contrib-clean": "~0.4.0",
|
2015-09-13 16:39:51 -05:00
|
|
|
"grunt-contrib-concat": "~0.1.3",
|
2015-08-25 00:59:54 -05:00
|
|
|
"grunt-contrib-copy": "~0.4.0",
|
|
|
|
"grunt-contrib-jshint": "~0.2.0",
|
2015-09-13 16:39:51 -05:00
|
|
|
"grunt-contrib-uglify": "^0.9.2",
|
|
|
|
"grunt-contrib-watch": "~0.3.1",
|
2015-08-25 00:59:54 -05:00
|
|
|
"grunt-html2js": "~0.1.0",
|
2015-09-14 03:37:07 -05:00
|
|
|
"grunt-if": "^0.1.5",
|
2015-09-13 16:39:51 -05:00
|
|
|
"grunt-karma": "~0.4.4",
|
2015-09-14 03:37:07 -05:00
|
|
|
"grunt-recess": "~0.3",
|
|
|
|
"grunt-shell": "^1.1.2"
|
2015-09-13 16:39:51 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"postinstall": "bower install"
|
2015-08-25 00:59:54 -05:00
|
|
|
}
|
2015-01-03 16:49:28 -06:00
|
|
|
}
|