##// END OF EJS Templates
comments: use proper auth user for close PR action.
comments: use proper auth user for close PR action.

File last commit:

r2927:ee25bd66 default
r3027:5f90488d stable
Show More
package.json
33 lines | 954 B | application/json | JsonLexer
{
"name": "rhodecode-enterprise",
"version": "1.0.0",
"private": true,
"description" : "RhodeCode JS packaged",
"license": "SEE LICENSE IN LICENSE.txt",
"repository" : {
"type" : "hg",
"url" : "https://code.rhodecode.com/rhodecode-enterprise-ce"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-watch": "^0.6.1",
"crisper": "^2.1.1",
"vulcanize": "^1.16.0",
"grunt-crisper": "^1.0.1",
"grunt-vulcanize": "^1.0.0",
"node2nix": "^1.0.0",
"jshint": "^2.9.1-rc3",
"bower": "^1.8.4",
"jquery": "1.11.3",
"favico.js": "^0.3.10",
"clipboard": "^2.0.1",
"qrious": "^4.0.2",
"moment": "^2.18.1",
"mousetrap": "^1.6.1",
"appenlight-client": "git+https://git@github.com/AppEnlight/appenlight-client-js.git#0.5.1"
}
}