1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/vendor/blueimp-tmpl/.bower.json
LEDfan 8c3d7ccdba install multi-select and combobox via bower
Remove old combobox

user bower for onfontresize

Add jcrop + md5

Add files to scrutinizer ignore list

Remove misplaced text

Selected the right MultiSelect library via bower

Move bower dependencies to correct location
2014-11-18 12:54:33 +01:00

49 lines
1.2 KiB
JSON

{
"name": "blueimp-tmpl",
"version": "2.5.4",
"title": "JavaScript Templates",
"description": "< 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers.",
"keywords": [
"javascript",
"templates",
"templating"
],
"homepage": "https://github.com/blueimp/JavaScript-Templates",
"author": {
"name": "Sebastian Tschan",
"url": "https://blueimp.net"
},
"maintainers": [
{
"name": "Sebastian Tschan",
"url": "https://blueimp.net"
}
],
"repository": {
"type": "git",
"url": "git://github.com/blueimp/JavaScript-Templates.git"
},
"bugs": "https://github.com/blueimp/JavaScript-Templates/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "js/tmpl.js",
"ignore": [
"/*.*",
"css",
"js/demo.js",
"test"
],
"_release": "2.5.4",
"_resolution": {
"type": "version",
"tag": "2.5.4",
"commit": "6be58f3f1c1083ef52b4e61a985709b489758f35"
},
"_source": "git://github.com/blueimp/JavaScript-Templates.git",
"_target": ">=2.5.4",
"_originalSource": "blueimp-tmpl"
}