-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
51 lines (48 loc) · 1.51 KB
/
bower.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": "sofia-admin-app",
"description": "Suivi Opérationnel des Fiches d'Intervention par Applicatif - Admin APP",
"version": "0.0.1",
"authors": [
{
"name": "Antoine GIRARD",
"email": "antoine.girard@sapk.fr",
"homepage": "https://sapk.fr"
}
],
"repository": {
"type": "git",
"url": "git://github.com/adentes-org/sofia-admin-app.git"
},
"dependencies": {
"jquery": "latest",
"pouchdb": "latest",
"vue": "latest",
"requirejs": "latest",
"objectdiff": "latest",
"qrcodejs": "latest",
"highcharts": "latest",
"jspdf": "latest",
"milligram": "latest",
"trumbowyg": "latest"
},
"install": {
"path": "assets/lib/",
"sources": {
"jquery": "bower_components/jquery/dist/jquery.min.js",
"pouchdb": "bower_components/pouchdb/dist/pouchdb.min.js",
"vue": "bower_components/vue/dist/vue.min.js",
"requirejs": "bower_components/requirejs/require.js",
"objectdiff": "bower_components/objectdiff/objectDiff.js",
"qrcodejs": "bower_components/qrcodejs/qrcode.min.js",
"highcharts" : [
"bower_components/highcharts/highcharts.js" ,
"bower_components/highcharts/highcharts-more.js" ,
"bower_components/highcharts/modules/solid-gauge.js"
],
"jspdf" : "bower_components/jspdf/dist/jspdf.min.js",
"milligram" : "bower_components/milligram/dist/milligram.min.css",
"trumbowyg" : "bower_components/trumbowyg/dist/**"
}
},
"private": true
}