Blame view

backend/web/js/vendor/bower/blueimp-tmpl/.bower.json 1.25 KB
4828b892   Mihail   after merge with ...
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
  {
    "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"
  }