mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-11 08:53:00 +00:00
(master) Ajoute les dépendances manquantes
This commit is contained in:
17
docs/bower_components/handlebars/.bower.json
vendored
Normal file
17
docs/bower_components/handlebars/.bower.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "handlebars",
|
||||
"version": "4.7.6",
|
||||
"main": "handlebars.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"homepage": "https://github.com/components/handlebars.js",
|
||||
"_release": "4.7.6",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v4.7.6",
|
||||
"commit": "c5c26b8040d726577f4aa1293b48fcaeab781821"
|
||||
},
|
||||
"_source": "https://github.com/components/handlebars.js.git",
|
||||
"_target": "^4.0.5",
|
||||
"_originalSource": "handlebars"
|
||||
}
|
||||
2
docs/bower_components/handlebars/.gitignore
vendored
Normal file
2
docs/bower_components/handlebars/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
vendor
|
||||
composer.lock
|
||||
12
docs/bower_components/handlebars/README.md
vendored
Normal file
12
docs/bower_components/handlebars/README.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
Handlebars.js
|
||||
=============
|
||||
|
||||
Shim repository for [Handlebars.js](http://handlebarsjs.com).
|
||||
|
||||
Package Managers
|
||||
----------------
|
||||
|
||||
* [Bower](http://twitter.github.com/bower/): `handlebars`
|
||||
* [Component](http://github.com/component/component): `components/handlebars.js`
|
||||
* [Composer](http://packagist.org/packages/components/handlebars.js): `components/handlebars.js`
|
||||
* [jspm](http://jspm.io): `github:components/handlebars.js`
|
||||
7
docs/bower_components/handlebars/bower.json
vendored
Normal file
7
docs/bower_components/handlebars/bower.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "handlebars",
|
||||
"version": "4.7.6",
|
||||
"main": "handlebars.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {}
|
||||
}
|
||||
9
docs/bower_components/handlebars/component.json
vendored
Normal file
9
docs/bower_components/handlebars/component.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "handlebars",
|
||||
"repo": "components/handlebars.js",
|
||||
"version": "1.0.0",
|
||||
"main": "handlebars.js",
|
||||
"scripts": [
|
||||
"handlebars.js"
|
||||
]
|
||||
}
|
||||
35
docs/bower_components/handlebars/composer.json
vendored
Normal file
35
docs/bower_components/handlebars/composer.json
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "components/handlebars.js",
|
||||
"description": "Handlebars.js and Mustache are both logicless templating languages that keep the view and the code separated like we all know they should be.",
|
||||
"homepage": "http://handlebarsjs.com",
|
||||
"license": "MIT",
|
||||
"type": "component",
|
||||
"keywords": [
|
||||
"handlebars",
|
||||
"mustache",
|
||||
"html"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Chris Wanstrath",
|
||||
"homepage": "http://chriswanstrath.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"robloach/component-installer": "*"
|
||||
},
|
||||
"extra": {
|
||||
"component": {
|
||||
"name": "handlebars",
|
||||
"scripts": [
|
||||
"handlebars.js"
|
||||
],
|
||||
"files": [
|
||||
"handlebars.runtime.js"
|
||||
],
|
||||
"shim": {
|
||||
"exports": "Handlebars"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
docs/bower_components/handlebars/handlebars-source-4.4.3.gem
vendored
Normal file
BIN
docs/bower_components/handlebars/handlebars-source-4.4.3.gem
vendored
Normal file
Binary file not shown.
22
docs/bower_components/handlebars/handlebars-source.gemspec
vendored
Normal file
22
docs/bower_components/handlebars/handlebars-source.gemspec
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
require 'json'
|
||||
|
||||
package = JSON.parse(File.read('bower.json'))
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.name = "handlebars-source"
|
||||
gem.authors = ["Yehuda Katz"]
|
||||
gem.email = ["wycats@gmail.com"]
|
||||
gem.date = Time.now.strftime("%Y-%m-%d")
|
||||
gem.description = %q{Handlebars.js source code wrapper for (pre)compilation gems.}
|
||||
gem.summary = %q{Handlebars.js source code wrapper}
|
||||
gem.homepage = "https://github.com/wycats/handlebars.js/"
|
||||
gem.version = package["version"].sub "-", "."
|
||||
gem.license = "MIT"
|
||||
|
||||
gem.files = [
|
||||
'handlebars.js',
|
||||
'handlebars.runtime.js',
|
||||
'lib/handlebars/source.rb'
|
||||
]
|
||||
end
|
||||
4624
docs/bower_components/handlebars/handlebars.amd.js
vendored
Normal file
4624
docs/bower_components/handlebars/handlebars.amd.js
vendored
Normal file
File diff suppressed because one or more lines are too long
29
docs/bower_components/handlebars/handlebars.amd.min.js
vendored
Normal file
29
docs/bower_components/handlebars/handlebars.amd.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
5210
docs/bower_components/handlebars/handlebars.js
vendored
Normal file
5210
docs/bower_components/handlebars/handlebars.js
vendored
Normal file
File diff suppressed because one or more lines are too long
17
docs/bower_components/handlebars/handlebars.js.nuspec
vendored
Normal file
17
docs/bower_components/handlebars/handlebars.js.nuspec
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<package>
|
||||
<metadata>
|
||||
<id>handlebars.js</id>
|
||||
<version>4.7.6</version>
|
||||
<authors>handlebars.js Authors</authors>
|
||||
<licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
|
||||
<projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Extension of the Mustache logicless template language</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
<tags>handlebars mustache template html</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="handlebars.js" target="Content\Scripts" />
|
||||
</files>
|
||||
</package>
|
||||
29
docs/bower_components/handlebars/handlebars.min.js
vendored
Normal file
29
docs/bower_components/handlebars/handlebars.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1286
docs/bower_components/handlebars/handlebars.runtime.amd.js
vendored
Normal file
1286
docs/bower_components/handlebars/handlebars.runtime.amd.js
vendored
Normal file
File diff suppressed because one or more lines are too long
27
docs/bower_components/handlebars/handlebars.runtime.amd.min.js
vendored
Normal file
27
docs/bower_components/handlebars/handlebars.runtime.amd.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1800
docs/bower_components/handlebars/handlebars.runtime.js
vendored
Normal file
1800
docs/bower_components/handlebars/handlebars.runtime.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
27
docs/bower_components/handlebars/handlebars.runtime.min.js
vendored
Normal file
27
docs/bower_components/handlebars/handlebars.runtime.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
docs/bower_components/handlebars/lib/handlebars/source.rb
vendored
Normal file
11
docs/bower_components/handlebars/lib/handlebars/source.rb
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
module Handlebars
|
||||
module Source
|
||||
def self.bundled_path
|
||||
File.expand_path("../../../handlebars.js", __FILE__)
|
||||
end
|
||||
|
||||
def self.runtime_bundled_path
|
||||
File.expand_path("../../../handlebars.runtime.js", __FILE__)
|
||||
end
|
||||
end
|
||||
end
|
||||
20
docs/bower_components/handlebars/package.json
vendored
Normal file
20
docs/bower_components/handlebars/package.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "handlebars",
|
||||
"version": "4.7.6",
|
||||
"license": "MIT",
|
||||
"jspm": {
|
||||
"main": "handlebars",
|
||||
"shim": {
|
||||
"handlebars": {
|
||||
"exports": "Handlebars"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"handlebars.js",
|
||||
"handlebars.runtime.js"
|
||||
],
|
||||
"buildConfig": {
|
||||
"minify": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user