-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
57 lines (57 loc) · 1.94 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
52
53
54
55
56
57
{
"name": "SOFIA",
"description": "Suivi Opérationnel des Fiches d'Intervention par Applicatif",
"version": "0.1.1",
"authors": [
{
"name": "Antoine GIRARD",
"email": "antoine.girard@sapk.fr",
"homepage": "https://sapk.fr"
}
],
"repository": {
"type": "git",
"url": "git://github.com/adentes-org/SOFIA.git"
},
"dependencies": {
"jquery": "latest",
"requirejs": "latest",
"requirejs-promise": "latest",
"requirejs-i18n": "latest",
"pouchdb": "latest",
"pouchdb-authentication": "sapk/pouchdb-authentication",
"vue": "v1.0.16",
"vue-router": "v0.7.11",
"material-design-lite": "latest",
"material-design-icons": "latest",
"dialog-polyfill": "latest",
"objectdiff": "latest",
"moment": "v2.13.0"
},
"install": {
"path": "www/dist/lib",
"sources": {
"jquery": "bower_components/jquery/dist/jquery.min.js",
"pouchdb": "bower_components/pouchdb/dist/pouchdb.min.js",
"pouchdb-authentication": "bower_components/pouchdb-authentication/dist/pouchdb.authentication.min.js",
"vue": "bower_components/vue/dist/vue.min.js",
"vue-router": "bower_components/vue-router/dist/vue-router.min.js",
"requirejs": "bower_components/requirejs/require.js",
"requirejs-promise": "bower_components/requirejs-promise/requirejs-promise.js",
"requirejs-i18n": "bower_components/requirejs-i18n/i18n.js",
"material-design-icons": [
"bower_components/material-design-icons/iconfont/MaterialIcons-Regular.ttf",
"bower_components/material-design-icons/iconfont/MaterialIcons-Regular.woff",
"bower_components/material-design-icons/iconfont/MaterialIcons-Regular.woff2"
],
"moment": [
"bower_components/moment/min/moment.min.js",
"bower_components/moment/min/locales.min.js"
],
"objectdiff": [
"bower_components/objectdiff/objectDiff.js"
]
}
},
"private": true
}