forked from bbc/tal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 928 Bytes
/
bower.json
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
{
"name": "tal",
"version": "8.1.1",
"homepage": "http://fmtvp.github.io/tal/index.html",
"description": "TAL was developed internally within the BBC as a way of vastly simplifying TV application development whilst increasing the reach of BBC TV applications such as iPlayer. Today all of the BBC’s HTML-based TV applications are built using TAL.",
"main": "static/script/application.js",
"moduleType": [
"amd"
],
"keywords": [
"TAL",
"Television",
"Application",
"Layer"
],
"license": "https://github.com/bbc/tal/blob/master/LICENSE",
"ignore": [
"jsdoc",
"node-test",
"php-test",
"server-tests",
".bowerrc",
".gitignore",
".travis.yml",
"APACHE-2.0",
"AUTHORS",
"bower.json",
"gruntfile.js",
"LICENSE",
"package.json",
"README.md",
"static/script-tests"
]
}