-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "kaamelott-soundboard-desktop-app",
"version": "1.0.2",
"description": "Quelques-unes des meilleures répliques sonores de Kaamelott. C'était ça ou chante Sloubi. Application bureau multi-plateforme.",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/Naereen/kaamelott-soundboard-desktop-app"
},
"keywords": [
"kaamelott",
"soundboard"
],
"author": "Antoine @ and Naereen",
"license": "MIT",
"bugs": {
"url": "https://github.com/Naereen/kaamelott-soundboard-desktop-app/issues"
},
"homepage": "https://github.com/Naereen/kaamelott-soundboard-desktop-app",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-rev": "^7.0.0",
"gulp-rev-all": "^0.8.24",
"gulp-rev-delete-original": "^0.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-uglify": "^1.5.3",
"run-sequence": "^1.2.1",
"syncy": "^1.0.2",
"electron": "^1.6.11",
"about-window": "^1.7.1"
},
"dependencies": {
"requirejs": "^2.2.0",
"requirejs-text": "^2.0.12",
"require-handlebars-plugin": "^1.0.0",
"require-css": "^0.1.8",
"backbone.marionette": "^2.4.6",
"backbone.radio": "^1.0.5",
"handlebars": "^4.0.5",
"jquery": "^2.2.4",
"ilyabirman-likely": "^2.1.0",
"underscore": "^1.8.3",
"about-window": "^1.7.1"
}
}