mirror of https://github.com/portainer/portainer
42 lines
983 B
JSON
42 lines
983 B
JSON
{
|
|
"author": "Portainer.io",
|
|
"name": "portainer",
|
|
"homepage": "http://portainer.io",
|
|
"version": "1.10.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:portainer/portainer.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/portainer/portainer/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://raw.githubusercontent.com/portainer/portainer/develop/LICENSE"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">= 0.8.4"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"bower": "^1.5.2",
|
|
"grunt": "~0.4.0",
|
|
"grunt-contrib-clean": "~0.4.0",
|
|
"grunt-contrib-concat": "~0.1.3",
|
|
"grunt-contrib-copy": "~0.4.0",
|
|
"grunt-contrib-jshint": "~0.2.0",
|
|
"grunt-contrib-uglify": "^0.9.2",
|
|
"grunt-contrib-watch": "~0.3.1",
|
|
"grunt-html2js": "~0.1.0",
|
|
"grunt-if": "^0.1.5",
|
|
"grunt-karma": "~0.4.4",
|
|
"grunt-recess": "~0.3",
|
|
"grunt-shell": "^1.1.2"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "bower install"
|
|
}
|
|
}
|