taiga-front/bower.json

91 lines
2.2 KiB
JSON

{
"name": "taiga-layout",
"version": "0.1.0",
"homepage": "https://github.com/taiga.io/taiga-layout",
"authors": [
{
"name": "Andrey Antukh",
"email": "niwi@niwi.be"
},
{
"name": "Jesus Espino Garcia",
"email": "jespinog@gmail.com"
},
{
"name": "David Barragán Merino",
"email": "dbarragan@dbarragan.com"
},
{
"name": "Xavi Julian",
"email": "xavier.julian@kaleidos.net"
},
{
"name": "Alejandro Alonso",
"email": "alejandro.alonso@kaleidos.net"
},
{
"name": "Anler Hernández",
"email": "hello@anler.me"
},
{
"name": "Juan Francisco Alcántara",
"email": "juanfran.alcantara@kaleidos.net"
}
],
"description": "Taiga project management system (frontend)",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git@github.com:taigaio/taiga-front.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/vendor",
"test",
"tests"
],
"dependencies": {
"lodash": "~2.4.1",
"emoticons": "~0.1.7",
"jquery-flot": "~0.8.2",
"angular": "1.3.11",
"angular-route": "1.3.11",
"angular-animate": "1.3.11",
"angular-sanitize": "1.3.11",
"angular-mocks": "1.3.11",
"kalendae": "~0.4.1",
"checksley": "~0.6.0",
"i18next": "~1.7.1",
"jquery": "~2.1.1",
"select2": "~3.4.5",
"angular-ui-select2": "~0.0.5",
"google-diff-match-patch-js": "~1.0.0",
"underscore.string": "~2.3.3",
"markitup-1x": "~1.1.14",
"jquery-textcomplete": "yuku-t/jquery-textcomplete#~0.1.1",
"flot-orderBars": "emmerich/flot-orderBars",
"flot-axislabels": "markrcote/flot-axislabels",
"flot.tooltip": "~0.8.4",
"moment": "~2.6.0",
"isMobile": "~0.3.1",
"favico.js": "0.3.4",
"Sortable": "~0.1.8",
"pikaday": "~1.2.0",
"malihu-custom-scrollbar-plugin": "~3.0.4",
"raven-js": "~1.1.16",
"l.js": "~0.1.0",
"angular-translate": "~2.6.1",
"angular-translate-loader-static-files": "~2.6.1",
"angular-translate-interpolation-messageformat": "~2.6.1"
},
"resolutions": {
"lodash": "~2.4.1",
"moment": "~2.6.0",
"jquery": "~2.1.1",
"angular": "1.3.11"
},
"private": true
}