summaryrefslogtreecommitdiff
path: root/www/lib/tc-angular-chartjs/bower.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-09-27 11:39:30 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-09-27 11:39:30 -0400
commite18708f10b04455be151a5a799f0109c34f20a25 (patch)
tree9e4559ef0fff8b366474e7768308ddca1e32268a /www/lib/tc-angular-chartjs/bower.json
parent97a1cb3ae199c7b5455dcba0001efd5b4c32040a (diff)
package updates to set up bower correctly #535
Diffstat (limited to 'www/lib/tc-angular-chartjs/bower.json')
-rw-r--r--www/lib/tc-angular-chartjs/bower.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/www/lib/tc-angular-chartjs/bower.json b/www/lib/tc-angular-chartjs/bower.json
deleted file mode 100644
index ca3b7556..00000000
--- a/www/lib/tc-angular-chartjs/bower.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "name": "tc-angular-chartjs",
- "version": "1.0.15",
- "description": "Add Chart.js charts to your angular application",
- "homepage": "http://carlcraig.github.io/tc-angular-chartjs/",
- "author": "Carl Craig <carlcraig@3c-studios.com>",
- "main": "dist/tc-angular-chartjs.min.js",
- "ignore": [
- "**/.*",
- "node_modules",
- "demo",
- "src",
- "bower_components",
- "test",
- "Gruntfile.js",
- "package.json"
- ],
- "dependencies": {
- "angular": "~1.x",
- "Chart.js": "^1.0.0-beta"
- },
- "devDependencies": {
- "angular-mocks": "~1.x"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://raw.github.com/carlcraig/tc-angular-chartjs/master/LICENSE-MIT"
- },
- {
- "type": "Apache-2.0",
- "url": "https://raw.github.com/carlcraig/tc-angular-chartjs/master/LICENSE-APACHE-2.0"
- }
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/carlcraig/tc-angular-chartjs.git"
- }
-}