1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 15:43:24 +00:00
Files
kaamelott-soundboard/package.json
Antoine 78cd756a6c Gulp build (#2)
* Build tests ave Gulp

* Autres build tests ave Gulp

* WIP

* Créé une tâche gulp build

* Ajoute la racine à certaines URL

* Améliore la tâche gulp build

* Ne minifie pas les scripts, cela cause des problèmes de chargement de fichiers
2016-06-11 23:47:29 +02:00

46 lines
1.2 KiB
JSON

{
"name": "kaamelott-soundboard",
"version": "1.0.0",
"description": "Quelques-unes des meilleures répliques sonores de Kaamelott. C'était ça ou chante Sloubi.",
"main": "js/app/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/2ec0b4/kaamelott-soundboard"
},
"keywords": [
"kaamelott",
"soundboard"
],
"author": "Antoine @2ec0b4",
"license": "MIT",
"bugs": {
"url": "https://github.com/2ec0b4/kaamelott-soundboard/issues"
},
"homepage": "https://github.com/2ec0b4/kaamelott-soundboard#readme",
"dependencies": {
"backbone.marionette": "^2.4.6",
"backbone.radio": "^1.0.5",
"handlebars": "^4.0.5",
"jquery": "^2.2.4",
"ilyabirman-likely": "^2.1.0",
"require-css": "^0.1.8",
"requirejs": "^2.2.0",
"requirejs-handlebars": "^0.1.1",
"requirejs-text": "^2.0.12",
"underscore": "^1.8.3"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-uglify": "^1.5.3",
"run-sequence": "^1.2.1",
"syncy": "^1.0.2"
}
}