From e18708f10b04455be151a5a799f0109c34f20a25 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 11:39:30 -0400 Subject: package updates to set up bower correctly #535 --- www/lib/angular-carousel/.bower.json | 35 - www/lib/angular-carousel/.bowerrc | 4 - www/lib/angular-carousel/.editorconfig | 9 - www/lib/angular-carousel/.gitignore | 6 - www/lib/angular-carousel/Gruntfile.js | 153 -- www/lib/angular-carousel/LICENSE | 21 - www/lib/angular-carousel/README.md | 91 - www/lib/angular-carousel/bower.json | 26 - www/lib/angular-carousel/dist/angular-carousel.css | 64 - .../angular-carousel/dist/angular-carousel.css.map | 7 - www/lib/angular-carousel/dist/angular-carousel.js | 2098 -------------------- .../angular-carousel/dist/angular-carousel.min.css | 1 - .../angular-carousel/dist/angular-carousel.min.js | 8 - www/lib/angular-carousel/fullscreen.html | 74 - www/lib/angular-carousel/game.html | 91 - www/lib/angular-carousel/index.html | 331 --- www/lib/angular-carousel/lib/angular-mobile.js | 470 ----- www/lib/angular-carousel/lib/browserTrigger.js | 116 -- www/lib/angular-carousel/package.json | 50 - www/lib/angular-carousel/src/angular-carousel.js | 12 - .../angular-carousel/src/css/angular-carousel.scss | 74 - .../src/directives/rn-carousel-auto-slide.js | 31 - .../src/directives/rn-carousel-indicators.js | 26 - .../angular-carousel/src/directives/rn-carousel.js | 595 ------ www/lib/angular-carousel/src/directives/shifty.js | 1405 ------------- .../angular-carousel/src/directives/sliceFilter.js | 17 - www/lib/angular-carousel/test/karma.conf.js | 71 - .../angular-carousel/test/unit/angular-carousel.js | 624 ------ .../test/unit/angular-carousel.shifty.js | 20 - 29 files changed, 6530 deletions(-) delete mode 100644 www/lib/angular-carousel/.bower.json delete mode 100644 www/lib/angular-carousel/.bowerrc delete mode 100644 www/lib/angular-carousel/.editorconfig delete mode 100644 www/lib/angular-carousel/.gitignore delete mode 100755 www/lib/angular-carousel/Gruntfile.js delete mode 100644 www/lib/angular-carousel/LICENSE delete mode 100644 www/lib/angular-carousel/README.md delete mode 100644 www/lib/angular-carousel/bower.json delete mode 100755 www/lib/angular-carousel/dist/angular-carousel.css delete mode 100644 www/lib/angular-carousel/dist/angular-carousel.css.map delete mode 100644 www/lib/angular-carousel/dist/angular-carousel.js delete mode 100644 www/lib/angular-carousel/dist/angular-carousel.min.css delete mode 100644 www/lib/angular-carousel/dist/angular-carousel.min.js delete mode 100644 www/lib/angular-carousel/fullscreen.html delete mode 100644 www/lib/angular-carousel/game.html delete mode 100644 www/lib/angular-carousel/index.html delete mode 100644 www/lib/angular-carousel/lib/angular-mobile.js delete mode 100644 www/lib/angular-carousel/lib/browserTrigger.js delete mode 100644 www/lib/angular-carousel/package.json delete mode 100644 www/lib/angular-carousel/src/angular-carousel.js delete mode 100755 www/lib/angular-carousel/src/css/angular-carousel.scss delete mode 100644 www/lib/angular-carousel/src/directives/rn-carousel-auto-slide.js delete mode 100755 www/lib/angular-carousel/src/directives/rn-carousel-indicators.js delete mode 100755 www/lib/angular-carousel/src/directives/rn-carousel.js delete mode 100644 www/lib/angular-carousel/src/directives/shifty.js delete mode 100644 www/lib/angular-carousel/src/directives/sliceFilter.js delete mode 100644 www/lib/angular-carousel/test/karma.conf.js delete mode 100755 www/lib/angular-carousel/test/unit/angular-carousel.js delete mode 100644 www/lib/angular-carousel/test/unit/angular-carousel.shifty.js (limited to 'www/lib/angular-carousel') diff --git a/www/lib/angular-carousel/.bower.json b/www/lib/angular-carousel/.bower.json deleted file mode 100644 index bba240ba..00000000 --- a/www/lib/angular-carousel/.bower.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "angular-carousel", - "description": "Angular Carousel - Mobile friendly touch carousel for AngularJS", - "version": "0.3.13", - "homepage": "http://revolunet.github.com/angular-carousel", - "author": "Julien Bouquillon ", - "repository": { - "type": "git", - "url": "git://github.com/revolunet/angular-carousel.git" - }, - "main": [ - "dist/angular-carousel.js", - "dist/angular-carousel.css" - ], - "ignore": [ - "demo" - ], - "dependencies": { - "angular": ">=1.2.10", - "angular-touch": ">=1.2.10" - }, - "devDependencies": { - "angular-mocks": ">=1.2.10", - "requirejs": ">=2.1.0" - }, - "_release": "0.3.13", - "_resolution": { - "type": "version", - "tag": "0.3.13", - "commit": "13007fbc99d2fcf05159a4d92b11c427a7ff8b35" - }, - "_source": "git://github.com/revolunet/angular-carousel.git", - "_target": "~0.3.12", - "_originalSource": "angular-carousel" -} \ No newline at end of file diff --git a/www/lib/angular-carousel/.bowerrc b/www/lib/angular-carousel/.bowerrc deleted file mode 100644 index 11aa4a12..00000000 --- a/www/lib/angular-carousel/.bowerrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "directory": "bower_components", - "json": "bower.json" -} diff --git a/www/lib/angular-carousel/.editorconfig b/www/lib/angular-carousel/.editorconfig deleted file mode 100644 index c6c8b362..00000000 --- a/www/lib/angular-carousel/.editorconfig +++ /dev/null @@ -1,9 +0,0 @@ -root = true - -[*] -indent_style = space -indent_size = 2 -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true diff --git a/www/lib/angular-carousel/.gitignore b/www/lib/angular-carousel/.gitignore deleted file mode 100644 index 90b4e226..00000000 --- a/www/lib/angular-carousel/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -.sass-cache -*.DS_Store -node_modules -bower_components -coverage -.idea \ No newline at end of file diff --git a/www/lib/angular-carousel/Gruntfile.js b/www/lib/angular-carousel/Gruntfile.js deleted file mode 100755 index e86f7a80..00000000 --- a/www/lib/angular-carousel/Gruntfile.js +++ /dev/null @@ -1,153 +0,0 @@ -/* global require, module, process, __dirname */ - -'use strict'; - -var path = require('path'); - -module.exports = function(grunt) { - - require('load-grunt-tasks')(grunt); - - // Project configuration. - grunt.initConfig({ - pkg: grunt.file.readJSON('package.json'), - meta: { - banner: '/**\n' + - ' * <%= pkg.description %>\n' + - ' * @version v<%= pkg.version %> - <%= grunt.template.today("yyyy-mm-dd") %>\n' + - ' * @link <%= pkg.homepage %>\n' + - ' * @author <%= pkg.author %>\n' + - ' * @license MIT License, http://www.opensource.org/licenses/MIT\n' + - ' */\n' - }, - connect: { - devserver: { - options: { - port: 9999, - hostname: '0.0.0.0', - base: '.' - } - } - }, - dirs: { - src: 'src', - dest: 'dist' - }, - copy: { - - }, - autoprefixer: { - source: { - //options: { - //browsers: ['last 2 version'] - //}, - src: '<%= dirs.dest %>/<%= pkg.name %>.css', - dest: '<%= dirs.dest %>/<%= pkg.name %>.css' - } - }, - concat: { - options: { - banner: '<%= meta.banner %>' - }, - dist: { - src: ['<%= dirs.src %>/*.js', '<%= dirs.src %>/**/*.js'], - dest: '<%= dirs.dest %>/<%= pkg.name %>.js' - } - }, - - sass: { - dist: { - files: [{ - expand: true, - cwd: './src/css', - src: ['*.scss'], - dest: './dist', - ext: '.css' - }] - } - }, - - cssmin: { - combine: { - files: { - '<%= dirs.dest %>/<%= pkg.name %>.min.css': ['<%= dirs.dest %>/<%= pkg.name %>.css'] - } - } - }, - ngAnnotate: { - dist: { - files: { - '<%= concat.dist.dest %>': ['<%= concat.dist.dest %>'] - } - } - }, - uglify: { - options: { - banner: '<%= meta.banner %>' - }, - dist: { - src: ['<%= concat.dist.dest %>'], - dest: '<%= dirs.dest %>/<%= pkg.name %>.min.js' - } - }, - jshint: { - files: ['Gruntfile.js', '<%= dirs.src %>/*.js', 'test/unit/*.js'], - options: { - curly: false, - browser: true, - eqeqeq: true, - immed: true, - latedef: true, - newcap: true, - noarg: true, - sub: true, - undef: true, - boss: true, - eqnull: true, - expr: true, - node: true, - globals: { - exports: true, - angular: false, - $: false - } - } - }, - karma: { - options: { - // needed to use absolute path for some reason - configFile: path.join(__dirname, 'test', 'karma.conf.js') - }, - unit: { - port: 7101, - singleRun: false, - background: true - }, - continuous: { - singleRun: true - } - }, - changelog: { - options: { - dest: 'CHANGELOG.md' - } - }, - watch: { - dev: { - files: ['<%= dirs.src %>/**'], - tasks: ['build', 'karma:unit:run'] - }, - test: { - files: ['test/unit/**'], - tasks: ['karma:unit:run'] - } - } - }); - - // Build task. - grunt.registerTask('build', ['jshint', 'concat', 'ngAnnotate', 'uglify', 'sass', 'autoprefixer', 'cssmin']); - - // Default task. - grunt.registerTask('default', ['build', 'connect', 'karma:unit', 'watch']); - -}; diff --git a/www/lib/angular-carousel/LICENSE b/www/lib/angular-carousel/LICENSE deleted file mode 100644 index 0972d920..00000000 --- a/www/lib/angular-carousel/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License - -Copyright (c) 2010-2015 Julien Bouquillon - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/www/lib/angular-carousel/README.md b/www/lib/angular-carousel/README.md deleted file mode 100644 index 96e834e8..00000000 --- a/www/lib/angular-carousel/README.md +++ /dev/null @@ -1,91 +0,0 @@ -# AngularJS Touch Carousel - -An AngularJS carousel implementation optimised for mobile devices. - -Demo : http://revolunet.github.io/angular-carousel - -Comments and contributions welcome :) - -Proudly brought to you by the [@revolunet](http://twitter.com/revolunet) team. - - -## Usage : - - - If you use bower, just `bower install angular-carousel`. If not, download files [from the github repo](./dist) - - Add `angular-touch.js`, `angular-carousel.css`, and `angular-carousel.js` to your code: -```html - - - - -``` - - Add a dependency to the `angular-carousel` module in your application. -```js -angular.module('MyApp', ['angular-carousel']); -``` - - - Add a `rn-carousel` attribute to your `