Added presenters and timezone locales with diff and popover

This commit is contained in:
Joseph Cohen
2015-01-07 18:48:10 -06:00
parent ff73992050
commit ffbe9b31bf
10 changed files with 169 additions and 21 deletions

View File

@@ -1,18 +1,20 @@
{
"name": "Cachet",
"dependencies": {
"bootstrap-sass-official": "~3.3.1",
"humane-js": "~3.2.2",
"ionicons": "~2.0.0",
"jquery": "~2.1.1",
"jquery-minicolors": "~2.1.10",
"jquery-serialize-object": "~2.4.3",
"lodash": "~2.4.1",
"messenger": "~1.4.1",
"Sortable": "~1.0.0",
"animate-sass": "~0.6.2"
},
"resolutions": {
"jquery": "~2.1.1"
}
"name": "Cachet",
"dependencies": {
"bootstrap-sass-official": "~3.3.1",
"humane-js": "~3.2.2",
"ionicons": "~2.0.0",
"jquery": "~2.1.1",
"jquery-minicolors": "~2.1.10",
"jquery-serialize-object": "~2.4.3",
"lodash": "~2.4.1",
"messenger": "~1.4.1",
"Sortable": "~1.0.0",
"animate-sass": "~0.6.2",
"moment": "~2.8.4",
"livestampjs": "~1.1.2"
},
"resolutions": {
"jquery": "~2.1.1"
}
}