-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 780 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 780 Bytes
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
{
"name": "farmpi",
"version": "0.0.0",
"homepage": "https://github.com/busla/farmpi",
"authors": [
"Jón Levy <nonni@nonni.cc>"
],
"moduleType": [
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"Chart.js": "~1.0.2",
"jquery": "~2.1.4",
"bootstrap": "~3.3.5",
"weather-icons": "~1.3.2",
"socket.io-client": "~1.3.5",
"jquery-ui": "~1.11.4",
"moment": "~2.10.3",
"jquery-ui-daterangepicker": "https://github.com/tamble/jquery-ui-daterangepicker.git#~0.4.1",
"bootstrap-daterangepicker": "https://github.com/dangrossman/bootstrap-daterangepicker.git#~1.3.21",
"FlipClock": "~0.7.7",
"fontawesome": "~4.3.0"
}
}