forked from floored1585/pixel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 818 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 818 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
33
34
{
"name": "pixel",
"version": "0.0.0",
"homepage": "https://github.com/floored1585/pixel",
"authors": [
"Ian Clark <ian@f85.net>"
],
"description": "Pixel",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"public/components"
],
"dependencies": {
"nprogress": "~0.2.0",
"Chart.js": "~1.0.2",
"bootstrap": "~3.3.5",
"bootstrap-multiselect": "~0.9.13",
"d3": "~3.4.11",
"datetimepicker": "~2.5.4",
"font-awesome": "~4.4.0",
"jquery-dateFormat": "~1.0.2",
"jquery.cookie": "~1.4.1",
"js-url": "websanova/js-url#8bf3b91598ac153192675f4bc5060dd357f8f3ba",
"moment": "~2.10.6",
"rickshaw": "~1.5.1",
"tablesorter": "jquery.tablesorter#~2.23.2",
"typeahead.js": "~0.10.5"
}
}