mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "blueimp-tmpl",
|
||
|
"version": "1.0.2",
|
||
|
"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"
|
||
|
}
|
||
|
],
|
||
|
"scripts": {
|
||
|
"test": "node ./test/test.js"
|
||
|
},
|
||
|
"files": [
|
||
|
"tmpl.js"
|
||
|
],
|
||
|
"main": "tmpl.js"
|
||
|
}
|