Skip to content

Commit

Permalink
Merge pull request #295 from fmtvp/BowerAccess
Browse files Browse the repository at this point in the history
Bower access
  • Loading branch information
tsadler1988 committed Oct 14, 2015
2 parents 01549c4 + 4550dcf commit 7642781
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "tal",
"version": "3.0.2",
"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/fmtvp/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",
".jshintrc",
"package.json",
"README.md",
"static/script-tests"
]
}

0 comments on commit 7642781

Please sign in to comment.