-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #295 from fmtvp/BowerAccess
Bower access
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |