forked from caxy/JavaScript-Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 736 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "blueimp/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",
"authors": [
{
"name": "Sebastian Tschan",
"url": "https://blueimp.net"
}
],
"support": {
"issues" : "https://github.com/blueimp/JavaScript-Templates/issues"
},
"license": "MIT",
"autoload": {
"psr-0": {
"Blueimp\\JsTemplatesBundle": ""
}
},
"target-dir": "Blueimp/JsTemplatesBundle"
}