You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/package.json

53 lines
1.2 KiB

{
"author": "Portainer.io",
"name": "portainer",
"homepage": "http://portainer.io",
"version": "1.13.3",
"repository": {
"type": "git",
"url": "git@github.com:portainer/portainer.git"
},
"bugs": {
"url": "https://github.com/portainer/portainer/issues"
},
"config": {
"GA_ID": "UA-84944922-2"
},
"licenses": [
{
"type": "Zlib",
"url": "https://raw.githubusercontent.com/portainer/portainer/develop/LICENSE"
}
],
"engines": {
"node": ">= 0.8.4"
},
"dependencies": {},
"devDependencies": {
"bower": "^1.5.2",
"eslint": "^3.19.0",
"grunt": "~0.4.0",
"grunt-cli": "^1.2.0",
"grunt-config": "^1.0.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "~0.3.1",
"grunt-filerev": "^2.3.1",
"grunt-html2js": "~0.1.0",
"grunt-if": "^0.1.5",
"grunt-karma": "~0.4.4",
"grunt-recess": "~0.3",
"grunt-replace": "^1.0.1",
"grunt-shell": "^1.1.2",
"grunt-usemin": "^3.1.1",
"gruntify-eslint": "^3.1.0"
},
"scripts": {
"postinstall": "bower install"
}
}