mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-09 08:03:24 +00:00
Initialise le projet
This commit is contained in:
46
js/vendor/require/plugins/require-handlebars-plugin/package.json
vendored
Executable file
46
js/vendor/require/plugins/require-handlebars-plugin/package.json
vendored
Executable file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "require-handlebars-plugin",
|
||||
"version": "1.0.0",
|
||||
"author": "Alex Sexton <alexsexton@gmail.com>",
|
||||
"description": "A plugin for handlebars in require.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://SlexAxton@github.com/SlexAxton/require-handlebars-plugin.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "hbs",
|
||||
"volo": {
|
||||
"type": "directory",
|
||||
"dependencies": {
|
||||
"Handlebars": "https://raw.github.com/SlexAxton/require-handlebars-plugin/master/Handlebars.js"
|
||||
}
|
||||
},
|
||||
"jam": {
|
||||
"name": "hbs",
|
||||
"dependencies": {
|
||||
"Handlebars": null
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node_modules/karma/bin/karma start --singleRun"
|
||||
},
|
||||
"contributors": [
|
||||
"Xavier Damman <xdamman@gmail.com>"
|
||||
],
|
||||
"devDependencies": {
|
||||
"karma": "~0.13.9",
|
||||
"karma-cajon": "0.0.1",
|
||||
"karma-chai": "~0.1.0",
|
||||
"karma-chrome-launcher": "~0.2.0",
|
||||
"karma-coffee-preprocessor": "~0.3.0",
|
||||
"karma-firefox-launcher": "~0.1.3",
|
||||
"karma-html2js-preprocessor": "~0.1.0",
|
||||
"karma-jasmine": "~0.3.6",
|
||||
"karma-mocha": "~0.2.0",
|
||||
"karma-phantomjs-launcher": "~0.2.1",
|
||||
"karma-requirejs": "~0.2.2",
|
||||
"karma-script-launcher": "~0.1.0",
|
||||
"mocha": "~2.3.0",
|
||||
"requirejs": "~2.1.15"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user