mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-10 08:25:34 +00:00
(master) Ajoute les dépendances manquantes
This commit is contained in:
53
docs/bower_components/backbone.marionette/.bower.json
vendored
Normal file
53
docs/bower_components/backbone.marionette/.bower.json
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "backbone.marionette",
|
||||
"description": "Make your Backbone.js apps dance with a composite application architecture!",
|
||||
"homepage": "http://marionettejs.org",
|
||||
"main": "./lib/core/backbone.marionette.js",
|
||||
"version": "2.4.7",
|
||||
"keywords": [
|
||||
"backbone",
|
||||
"framework",
|
||||
"client",
|
||||
"browser",
|
||||
"composite"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Derick Bailey",
|
||||
"email": "derickbailey@gmail.com"
|
||||
},
|
||||
"ignore": [
|
||||
"api",
|
||||
"docs",
|
||||
"jsdoc",
|
||||
"src",
|
||||
"tasks",
|
||||
"test",
|
||||
".editorconfig",
|
||||
".gitignore",
|
||||
".jscsrc",
|
||||
".jshintrc",
|
||||
".npmignore",
|
||||
".travis.yml",
|
||||
"component.json",
|
||||
"CONTRIBUTING.md",
|
||||
"Gruntfile.js",
|
||||
"SpecRunner.html",
|
||||
"upgradeGuide.md"
|
||||
],
|
||||
"dependencies": {
|
||||
"backbone": "1.0.0 - 1.3.x",
|
||||
"underscore": "1.4.4 - 1.8.3",
|
||||
"backbone.babysitter": "^0.1.0",
|
||||
"backbone.wreqr": "^1.0.0"
|
||||
},
|
||||
"_release": "2.4.7",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v2.4.7",
|
||||
"commit": "e1a512a2f44fadfebe5c01e8966bdbe4fa5f9e51"
|
||||
},
|
||||
"_source": "https://github.com/marionettejs/backbone.marionette.git",
|
||||
"_target": "^2.4.6",
|
||||
"_originalSource": "backbone.marionette"
|
||||
}
|
||||
21
docs/bower_components/backbone.marionette/ISSUE_TEMPLATE.md
vendored
Normal file
21
docs/bower_components/backbone.marionette/ISSUE_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
### Description
|
||||
|
||||
1. The problem you are facing (in as much detail as is necessary to describe the problem to someone who doesn't know anything about the system you're building)
|
||||
2. A summary of the proposed solution
|
||||
3. A description of how this solution solves the problem, in more detail than item #2
|
||||
4. Any additional discussion on possible problems this might introduce, questions that you have related to the changes, etc.
|
||||
|
||||
### Expected behavior
|
||||
|
||||
Tell us what you think should happend.
|
||||
|
||||
### Actual behavior
|
||||
|
||||
If it is possible, please create a small demo that demonstrates the issue.
|
||||
Please refrain from giving code examples in altJS languages like CoffeeScript, etc. Marionette is written in plain-old JavaScript and is generally easier for all members in the community to read.
|
||||
|
||||
### Environment
|
||||
|
||||
1. Marionette version:
|
||||
2. Backbone version:
|
||||
3. Additional build tools, etc:
|
||||
6
docs/bower_components/backbone.marionette/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
6
docs/bower_components/backbone.marionette/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
### Proposed changes
|
||||
-
|
||||
-
|
||||
-
|
||||
|
||||
Link to the issue:
|
||||
44
docs/bower_components/backbone.marionette/bower.json
vendored
Normal file
44
docs/bower_components/backbone.marionette/bower.json
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "backbone.marionette",
|
||||
"description": "Make your Backbone.js apps dance with a composite application architecture!",
|
||||
"homepage": "http://marionettejs.org",
|
||||
"main": "./lib/core/backbone.marionette.js",
|
||||
"version": "2.4.7",
|
||||
"keywords": [
|
||||
"backbone",
|
||||
"framework",
|
||||
"client",
|
||||
"browser",
|
||||
"composite"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Derick Bailey",
|
||||
"email": "derickbailey@gmail.com"
|
||||
},
|
||||
"ignore": [
|
||||
"api",
|
||||
"docs",
|
||||
"jsdoc",
|
||||
"src",
|
||||
"tasks",
|
||||
"test",
|
||||
".editorconfig",
|
||||
".gitignore",
|
||||
".jscsrc",
|
||||
".jshintrc",
|
||||
".npmignore",
|
||||
".travis.yml",
|
||||
"component.json",
|
||||
"CONTRIBUTING.md",
|
||||
"Gruntfile.js",
|
||||
"SpecRunner.html",
|
||||
"upgradeGuide.md"
|
||||
],
|
||||
"dependencies": {
|
||||
"backbone": "1.0.0 - 1.3.x",
|
||||
"underscore": "1.4.4 - 1.8.3",
|
||||
"backbone.babysitter": "^0.1.0",
|
||||
"backbone.wreqr": "^1.0.0"
|
||||
}
|
||||
}
|
||||
1597
docs/bower_components/backbone.marionette/changelog.md
vendored
Normal file
1597
docs/bower_components/backbone.marionette/changelog.md
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3965
docs/bower_components/backbone.marionette/lib/backbone.marionette.js
vendored
Normal file
3965
docs/bower_components/backbone.marionette/lib/backbone.marionette.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
23
docs/bower_components/backbone.marionette/lib/backbone.marionette.min.js
vendored
Normal file
23
docs/bower_components/backbone.marionette/lib/backbone.marionette.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
docs/bower_components/backbone.marionette/lib/backbone.marionette.min.js.map
vendored
Normal file
1
docs/bower_components/backbone.marionette/lib/backbone.marionette.min.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
3512
docs/bower_components/backbone.marionette/lib/core/backbone.marionette.js
vendored
Normal file
3512
docs/bower_components/backbone.marionette/lib/core/backbone.marionette.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3
docs/bower_components/backbone.marionette/lib/core/backbone.marionette.min.js
vendored
Normal file
3
docs/bower_components/backbone.marionette/lib/core/backbone.marionette.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
docs/bower_components/backbone.marionette/lib/core/backbone.marionette.min.js.map
vendored
Normal file
1
docs/bower_components/backbone.marionette/lib/core/backbone.marionette.min.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
docs/bower_components/backbone.marionette/license.txt
vendored
Normal file
1
docs/bower_components/backbone.marionette/license.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
MarionetteJS is distributed under [MIT license](http://mutedsolutions.mit-license.org/).
|
||||
BIN
docs/bower_components/backbone.marionette/marionette-logo.png
vendored
Normal file
BIN
docs/bower_components/backbone.marionette/marionette-logo.png
vendored
Normal file
Binary file not shown.
82
docs/bower_components/backbone.marionette/package.json
vendored
Normal file
82
docs/bower_components/backbone.marionette/package.json
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"name": "backbone.marionette",
|
||||
"description": "Make your Backbone.js apps dance!",
|
||||
"version": "2.4.7",
|
||||
"homepage": "https://github.com/marionettejs/backbone.marionette",
|
||||
"main": "lib/core/backbone.marionette.js",
|
||||
"keywords": [
|
||||
"backbone",
|
||||
"plugin",
|
||||
"marionette",
|
||||
"composite",
|
||||
"architecture",
|
||||
"single",
|
||||
"page",
|
||||
"app",
|
||||
"client",
|
||||
"browser"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/marionettejs/backbone.marionette/blob/master/license.txt"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"test": "grunt test --mocha-reporter=dot",
|
||||
"coverage": "grunt coverage --mocha-reporter=dot"
|
||||
},
|
||||
"author": {
|
||||
"name": "Derick Bailey",
|
||||
"email": "derickbailey@gmail.com",
|
||||
"url": "http://derickbailey.lostechies.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/marionettejs/backbone.marionette/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/marionettejs/backbone.marionette.git"
|
||||
},
|
||||
"github": "https://github.com/marionettejs/backbone.marionette",
|
||||
"dependencies": {
|
||||
"backbone.babysitter": "^0.1.0",
|
||||
"backbone.wreqr": "^1.0.0",
|
||||
"backbone": "1.0.0 - 1.3.x",
|
||||
"underscore": "1.4.4 - 1.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "3.4.1",
|
||||
"chai-jq": "0.0.9",
|
||||
"chai-jquery": "2.0.0",
|
||||
"dox": "git://github.com/jasonLaster/dox.git#marked",
|
||||
"grunt": "0.4.5",
|
||||
"grunt-cli": "0.1.13",
|
||||
"grunt-contrib-clean": "0.7.0",
|
||||
"grunt-contrib-concat": "0.5.1",
|
||||
"grunt-contrib-connect": "0.11.2",
|
||||
"grunt-contrib-jshint": "0.11.3",
|
||||
"grunt-contrib-uglify": "1.0.1",
|
||||
"grunt-contrib-watch": "0.6.1",
|
||||
"grunt-coveralls": "1.0.0",
|
||||
"grunt-env": "0.4.4",
|
||||
"grunt-istanbul": "0.6.1",
|
||||
"grunt-jscs": "2.6.0",
|
||||
"grunt-lintspaces": "0.7.1",
|
||||
"grunt-mocha-test": "0.12.7",
|
||||
"grunt-plato": "1.2.1",
|
||||
"grunt-preprocess": "5.0.1",
|
||||
"grunt-template": "0.2.3",
|
||||
"highlight.js": "9.1.0",
|
||||
"jquery": "2.2.0",
|
||||
"js-yaml": "3.5.2",
|
||||
"jsdom": "3.1.2",
|
||||
"load-grunt-tasks": "3.4.0",
|
||||
"marked": "0.3",
|
||||
"mocha": "2.3.4",
|
||||
"sinon": "1.10.3",
|
||||
"sinon-chai": "2.8.0",
|
||||
"unwrap": "0.1.0",
|
||||
"grunt-yaml-validate": "~0.1.1"
|
||||
}
|
||||
}
|
||||
144
docs/bower_components/backbone.marionette/readme.md
vendored
Normal file
144
docs/bower_components/backbone.marionette/readme.md
vendored
Normal file
@@ -0,0 +1,144 @@
|
||||
<h1 align="center">Marionette.js</h1>
|
||||
<p align="center">
|
||||
<img title="backbone marionette" src='marionette-logo.png' />
|
||||
</p>
|
||||
<p align="center">The Backbone framework</p>
|
||||
<p align="center">
|
||||
<a title='Build Status' href="https://travis-ci.org/marionettejs/backbone.marionette">
|
||||
<img src='https://secure.travis-ci.org/marionettejs/backbone.marionette.svg?branch=master' />
|
||||
</a>
|
||||
<a href='https://coveralls.io/r/marionettejs/backbone.marionette'>
|
||||
<img src='https://img.shields.io/coveralls/marionettejs/backbone.marionette.svg' alt='Coverage Status' />
|
||||
</a>
|
||||
<a href='https://gitter.im/marionettejs/backbone.marionette?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge'>
|
||||
<img src='https://badges.gitter.im/Join%20Chat.svg' alt='Gitter Chat' />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
## About Marionette
|
||||
|
||||
Marionette is a composite application library for Backbone.js that
|
||||
aims to simplify the construction of large scale JavaScript applications.
|
||||
It is a collection of common design and implementation patterns found in
|
||||
applications.
|
||||
|
||||
## Documentation
|
||||
|
||||
All of the documentation for Marionette can be found at
|
||||
|
||||
##### [marionettejs.com/docs/current](http://marionettejs.com/docs/current)
|
||||
|
||||
### App Architecture On Backbone's Building Blocks
|
||||
|
||||
Backbone provides a great set of building blocks for our JavaScript
|
||||
applications. It gives us the core constructs that are needed to build
|
||||
small apps, organize jQuery DOM events, or create single page apps that
|
||||
support mobile devices and large scale enterprise needs. But Backbone is
|
||||
not a complete framework. It's a set of building blocks. It leaves
|
||||
much of the application design, architecture and scalability to the
|
||||
developer, including memory management, view management, and more.
|
||||
|
||||
Marionette brings an application architecture to Backbone, along with
|
||||
built in view management and memory management. It's designed to be a
|
||||
lightweight and flexible library of tools that sits on top of Backbone,
|
||||
providing the framework for building a scalable application.
|
||||
|
||||
Like Backbone itself, you're not required to use all of Marionette just
|
||||
because you want to use some of it. You can pick and choose which features
|
||||
you want to use. This allows you to work with other Backbone
|
||||
frameworks and plugins easily. It also means that you are not required
|
||||
to engage in an all-or-nothing migration to begin using Marionette.
|
||||
|
||||
### Chat with us
|
||||
|
||||
Find us [on gitter](https://gitter.im/marionettejs/backbone.marionette) or on IRC in the FreeNode.net [#marionette channel](http://freenode.net).
|
||||
|
||||
We're happy to discuss design patterns and learn how you're using Marionette.
|
||||
|
||||
|
||||
### Key Benefits
|
||||
|
||||
* Scalable: applications built in modules with event-driven architecture
|
||||
* Sensible defaults: Underscore templates are used for view rendering
|
||||
* Easily modifiable: works with the specific needs of your application
|
||||
* Reduce boilerplate: for all views, including specialized types
|
||||
* Create: application visuals at runtime with `Region` and `LayoutView` objects
|
||||
* Nested: views and layouts within visual regions
|
||||
* Built-in: memory management and zombie-killing for views, layoutViews and regions
|
||||
* Event-driven architecture: utilizing the `Backbone.Wreqr.EventAggregator`
|
||||
* Flexible: "as-needed" architecture allowing you to pick and choose what you need
|
||||
* And much, much more
|
||||
|
||||
|
||||
## Marionette Inspector
|
||||
|
||||
<a href="https://github.com/marionettejs/marionette.inspector"><img src="http://i.imgur.com/B1q9QXH.jpg" align="center" /></a>
|
||||
|
||||
+ **Visualize** the view hierarchy with the UI tree
|
||||
+ **Visualize** application activity with a full history of actions
|
||||
+ **Inspect** view ui, events, listeners, properties
|
||||
+ **Inspect** model attributes, listeners, properties
|
||||
+ **Explore** Radio channel events, requests, commands
|
||||
+ **Explore** application with an inspector magnifying glass
|
||||
+ **Jump** between the inspector elements and source panel with intelligent links
|
||||
|
||||
Download at [Chrome Web Store](https://chrome.google.com/webstore/detail/marionette-inspector/fbgfjlockdhidoaempmjcddibjklhpka)
|
||||
Explore code at [Github](https://github.com/marionettejs/marionette.inspector)
|
||||
|
||||
## Source Code and Downloads
|
||||
|
||||
You can download the latest builds directly from the "lib" folder above.
|
||||
For more information about the files in this folder, or to obtain an archive
|
||||
containing all Marionette dependencies (including Underscore, Backbone, etc.),
|
||||
please visit [the downloads section on the website](http://marionettejs.com#download).
|
||||
|
||||
#### [MarionetteJS.com](http://marionettejs.com#download)
|
||||
|
||||
### Available Packages
|
||||
|
||||
Marionette is available via bower, npm, and component.io. There are other channels that are maintained by the community.
|
||||
|
||||
|
||||
## Release Notes And Upgrade Guide
|
||||
|
||||
**Changelog**: For change logs and release notes, see the
|
||||
[changelog](changelog.md) file.
|
||||
|
||||
**Upgrade Guide**: Be sure to read [the upgrade guide](upgradeGuide.md)
|
||||
for information on upgrading to the latest version of Marionette.
|
||||
|
||||
|
||||
### Annotated Source Code
|
||||
|
||||
The source code for Marionette is heavily documented.
|
||||
You can read the annotations for all the details of how Marionette works and advice on which methods to override.
|
||||
|
||||
##### [View the annotated source code](http://marionettejs.com/annotated-src/backbone.marionette)
|
||||
|
||||
## Compatibility and Requirements
|
||||
|
||||
MarionetteJS currently works with the following libraries:
|
||||
|
||||
* [jQuery](http://jquery.com) v1.8+
|
||||
* [Underscore](http://underscorejs.org) v1.4.4 - 1.8.3
|
||||
* [Backbone](http://backbonejs.org) v1.0.0 - 1.2.1 are preferred.
|
||||
* [Backbone.Wreqr](https://github.com/marionettejs/backbone.wreqr) Comes automatically with the bundled build.
|
||||
* [Backbone.BabySitter](https://github.com/marionettejs/backbone.babysitter) Comes automatically with the bundled build.
|
||||
|
||||
Marionette has not been tested against any other versions of these
|
||||
libraries. You may or may not have success if you use a version other
|
||||
than what is listed here.
|
||||
|
||||
|
||||
## How to Contribute
|
||||
|
||||
If you would like to contribute to Marionette's source code, please read
|
||||
the [guidelines for pull requests and contributions](CONTRIBUTING.md).
|
||||
Following these guidelines will help make your contributions easier to
|
||||
bring into the next release.
|
||||
|
||||
### [GitHub Issues](//github.com/marionettejs/backbone.marionette/issues)
|
||||
|
||||
Report issues with Marionette, submit pull requests to fix problems, or to
|
||||
create summarized and documented feature requests (preferably with pull
|
||||
requests that implement the feature).
|
||||
Reference in New Issue
Block a user