-
Notifications
You must be signed in to change notification settings - Fork 9
/
bower.json
37 lines (37 loc) · 874 Bytes
/
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
{
"name": "happyleaf",
"description": "A data logging - range anxiety reducing - app for Nissan Leaf OBD devices.",
"main": "",
"authors": [
"Brandon Martin"
],
"license": "Apache-2.0.0",
"keywords": [
"ecosystem:phonegap",
"ecosystem:cordova",
"cordova:template",
"phonegap:template"
],
"homepage": "https://github.com/blandman/HappyLeaf",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"async": "^2.1.4",
"moment": "*",
"blob-polyfill": "^1.0.20150320",
"material-icons": "^0.1.0",
"material-design-icons-iconfont": "^3.0.3",
"chartjs": "2.1.6",
"jquery-ui": "^1.11.4",
"lodash": "^4.13.1",
"gridstack.js": "^0.3.0",
"jquery.ui.touch": "*",
"jquery.ui.touch-punch": "*",
"components-font-awesome": "^4.7.0"
}
}